DEV Community

Discussion on: Three qualities of failed microservices

Collapse
 
imben1109 profile image
Ben • Edited

Such a good article.

Recently, I am facing a question. When should I use microservices pattern. When should I use monolithic architectures?

I have found there are some concepts from microservices such as API Gateway, Service Discovery, Circuit Breaker.

Could you suggest the implementation? Will I stick to the technology if I choose the implementation?

Besides, I am quite confused with microservice and service-oriented architecture. Could you specify the difference?