A Service Registry is a centralized server / a database containing the location of service instances. In a microservices setup, services update their locations in the Service Registry at regular intervals. Service consumers can connect to the service registry and fetch the locations of those services. This will help the client to know where the service instance is located.

3m read timeFrom medium.com
Post cover image
Table of contents
Microservices Pattern Series — Part 03: A deep dive into the world of Service Discovery Patterns — Client Side and Server Side Service Discovery.Client Side Service DiscoverySelf Registration PatternPattern 2: Server-Side Discovery PatternThird-Party Registration PatternReferences

Sort: