service registry pattern

Anjali Sharma answered on January 9, 2023 Popularity 9/10 Helpfulness 2/10

Contents


More Related Answers


service registry pattern

0

A service registry is a database of services, their instances and their locations. 

The interaction between a service and the registry is called registration. 

 Service instances are registered with the service registry on startup and deregistered on shutdown. Client of the service and/or routers query the service registry to find the available instances of a service.

 A service registry might invoke a service instance’s health check API to verify that it is able to handle requests

https://microservices.io/patterns/service-registry.html

Popularity 9/10 Helpfulness 2/10 Language javascript
Source: Grepper
Link to this answer
Share Copy Link
Contributed on Jan 09 2023
Anjali Sharma
0 Answers  Avg Quality 2/10


X

Continue with Google

By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
X
Grepper Account Login Required

Oops, You will need to install Grepper and log-in to perform this action.