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
Concept | Compatibility | Description |
---|---|---|
Multitenant | Yes | Can handle multiple tenants/projects |
Vertical scalability | No | Uses Jobs system |
Horizontal scalability | No | Service 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.