Alignment to the single responsibility principle

Using microservices involves creating separate components. Every component is designed to address a specific business domain model. Consequently, this domain model defines the service's single responsibility. The service should not violate its limits and it should request any information that falls outside of them using the provided APIs of other microservices. Each microservice should expose an API with all the required functionality to allow other microservices to obtain information from it.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
13.58.220.83