What is the main setting?
In modern microservice architectures, multiple applications often share common configuration data (eg, database settings). These can be multiple instances of the same service or completely different services. Instead of maintaining configuration at the service level, regardless of service behavior, we can centralize it in one place and distribute it across all services. Hashcorp Consul provides a solution for this.
0 Comments