Microservice communication
In a distributed system, inter-service communication is vital. The microservices that make up your application must work together seamlessly to provide value to your clients.
Chapter 3, “Locating services” on page 25 discussed how you can locate a particular service and the options for load balancing across different instances.
This chapter covers the communication between different services in a microservice architecture after the location of the required service is determined. This description includes synchronous and ...

Get Microservices Best Practices for Java now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.