January 2019
Intermediate to advanced
754 pages
18h 13m
English
Unlike SOA, which promotes cohesion of services, Microservices promote the principle of isolation of services. Each Microservice should have minimal interaction with other Microservices that are part of the system. This gives the advantage of independent scale and deployment to the Microservices.
Let's redraw the architecture of the car rental company using the Microservices architecture principle:

In the revised architecture, we have created a Microservice corresponding to each domain of the original system. This architecture does away with the integration and orchestration component. ...
Read now
Unlock full access