Service Registry

A service registry is simply a database that maintains a list of services, their endpoints, and quite often additional service metadata which is used when consuming the service. Some service discovery technologies, like Consul, will perform health checks and maintain health state of service instances.

Features

There are a number of different technologies commonly used as a service registry. Each technology offers a similar set of features. Let’s first have a look at the features of a conceptual service discovery store, and then the common technologies used.

Highly Available and Scalable Store

One of the more important features is that the service registry is highly available and scalable. All our services will be using the ...

Get Microservices with Docker on Microsoft Azure™ (includes Content Update Program) 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.