Building Microservices with .NET Core
by Soumya Mukherjee, Gaurav Aroraa, Lalit Kale, Manish Kanwar
Integration techniques
We have already explored synchronous and asynchronous ways of communication between microservices and discussed the collaboration style of the services. These styles were Request/Response and event-based. Though Request/Response seems to be synchronous in nature, the truth is that it is the implementation that decides the outcome of this style of integration. Event-based style, on the other hand, is purely asynchronous.
When dealing with a large number of microservices, it is important that we utilize an integration pattern in order to facilitate complex interaction among microservices. We explored the API Gateway along with an event-driven pattern.
API Gateway provides you with a plethora of services; some of which ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access