Microservices - Configuration and Secrets Management
Consider this simplified flow:
What happens if the Config Server is down when the microservice starts?
1. Microservice starts
2. Requests config from Config Server
3. Config Server returns config
4. Microservice uses config to connect to DBWhat happens if the Config Server is down when the microservice starts?
