Locating services
Microservices are designed to be easily scaled. This scaling is done horizontally by scaling individual services. With multiple instances of microservices, you need a method for locating services and load balancing over the different instances of the service you are calling. This chapter describes the options available for locating and making requests to microservices in a system.
The following topics are covered:
3.1 Service registry
A service registry is a persistent store ...

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.