December 2025
Intermediate to advanced
538 pages
13h 28m
English
In the previous chapter, we explored domain-driven design, a method for scoping and development that aids us in determining how to represent our entities in code. One of the major takeaways is that data will be shared across microservices, necessitating communication to exchange details about related data.
Each microservice is generally given a scope of management functionality, which usually includes an isolated data store. At some point, another microservice will require data from another microservice, and this is where we facilitate inter-service communication.
Communication in a distributed system can occur at various levels and through multiple patterns. In this chapter, we will focus on ...
Read now
Unlock full access