The wrong reasons to adopt microservices

architecting   anti-patterns   microservice architecture  

Explore DDD workshop, April 14-15, 2025, Denver - Designing microservices: responsibilities, APIs and collaborations. Early bird discount ends March 7th. Learn more and enroll.


I often see teams adopting microservices for all the wrong reasons. While microservices make sense for some applications, they are not a one-size-fits-all solution. Below are some of the most common yet misguided reasons for adopting the microservice architecture.

Wrong reasons for microservices

Modern applications are built with microservices

This is a terrible reason to adopt microservices. Just because a technology is modern and popular does not mean it is the right choice for your application. The goal of an architecture is to satisfy the application’s non-functional requirements, such as scalability, availability, and maintainability. In particular, the choice between a monolith and microservices should be driven by those requirements It is important to understand the trade-offs and make an informed decision.

Moreover, if you are building a brand-new application, a monolith first approach is often a better choice. With a brand-new application, you most likely do not have the problems that the microservice architecture solves. Microservices should be a response to problems, not a default starting point. For more information, see the three part series of articles that starts with Big decisions: Should you migrate your monolith to microservices? Part 1.

Applications built for the cloud should use microservices

It’s a common misconception that applications built for the cloud should use microservices. This misconception is a variation of the idea that modern applications are built with microservices. As I noted above, the choice between a monolith and microservices should be driven by the application’s non-functional requirements, not the deployment environment.

Microservices are a magic pixie dust

Some organizations will blindly adopt microservices in the hope that it will solve a particular problem, such as scaling, performance, or developer productivity. But microservices are not a magic pixie dust that will solve all your problems. To solve a problem, you need to understand it first.

Before jumping to microservices as a solution, first analyze the root cause of the problem. For instance:

  • Poor performance could be due to poor database design, inefficient algorithms, or network latency.
  • low developer productivity might be because your organization has not properly adopted the process and organization elements of the fast flow success triangle.

Need help with accelerating software delivery?

I’m available to help your organization improve agility and competitiveness through better software architecture: training workshops, architecture reviews, etc.

Learn more about how I can help


architecting   anti-patterns   microservice architecture  


Copyright © 2025 Chris Richardson • All rights reserved • Supported by Kong.

About Microservices.io

Microservices.io is brought to you by Chris Richardson. Experienced software architect, author of POJOs in Action, the creator of the original CloudFoundry.com, and the author of Microservices patterns.

ASK CHRIS

?

Got a question about microservices?

Fill in this form. If I can, I'll write a blog post that answers your question.

NEED HELP?

I help organizations improve agility and competitiveness through better software architecture.

Learn more about my consulting engagements, and training workshops.

LEARN about microservices

Chris offers numerous other resources for learning the microservice architecture.

Get the book: Microservices Patterns

Read Chris Richardson's book:

Example microservices applications

Want to see an example? Check out Chris Richardson's example applications. See code

Virtual bootcamp: Distributed data patterns in a microservice architecture

My virtual bootcamp, distributed data patterns in a microservice architecture, is now open for enrollment!

It covers the key distributed data management patterns including Saga, API Composition, and CQRS.

It consists of video lectures, code labs, and a weekly ask-me-anything video conference repeated in multiple timezones.

The regular price is $395/person but use coupon NTOQTWTO to sign up for $95 (valid until February 17th, 2025). There are deeper discounts for buying multiple seats.

Learn more

Learn how to create a service template and microservice chassis

Take a look at my Manning LiveProject that teaches you how to develop a service template and microservice chassis.

Signup for the newsletter


BUILD microservices

Ready to start using the microservice architecture?

Consulting services

Engage Chris to create a microservices adoption roadmap and help you define your microservice architecture,


The Eventuate platform

Use the Eventuate.io platform to tackle distributed data management challenges in your microservices architecture.

Eventuate is Chris's latest startup. It makes it easy to use the Saga pattern to manage transactions and the CQRS pattern to implement queries.


Join the microservices google group