For object-oriented design we follow the SOLID principles. For microservice design we propose developers follow the “IDEALS”: interface segregation, deployability (is on you), event-driven, availability over consistency, loose-coupling, and single responsibility .
Read moreWhat are disadvantages of microservices?
Microservices has all the associated complexities of the distributed system. There is a higher chance of failure during communication between different services . Difficult to manage a large number of services.
Read more