Skip to main content
Version: 1.16

Overview

The Config microservice (or rs-config) is the service that manages the configuration of the various Regards microservices. It is a mandatory microservice in the REGARDS microservices architecture.

The aim is to ensure consistency in the configuration of the various instances of Regards microservices. This configuration is therefore centralized within the rs-config microservice.

The various services call the config service to :

  • Retrieve their configuration: the configuration of a microservice is common to all instances of this 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.