Skip to main content
Version: 1.16

Overview

Registry (or rs-registry) microservice is a service that helps communication between microservices manages load balancing.

rs-registry responsibilities:

  • Microservice registry: the service keeps track of all microservices in the application and their locations. It enables microservices to dynamically discover and communicate with each other without needing to know the addresses of other services in advance.
  • Load balancing: the service helps distribute requests among different instances of a microservice.
ConceptCompatibilityDescription
MultitenantYesCan handle multiple tenants/projects
Vertical scalabilityNoUses Jobs system
Horizontal scalabilityNoService can not be deployed with multiple instances

You can learn how the service works with the How it works section.

How to access source code

Microservice source code is available on GitHub.