Motivation
Maintenance of the microservice configurations are getting harder when we have a lot microservices. By default, configurations divided into files and named by profile and microservice names like:
user-service-dev.yml
store-service-test.yml
If we need to do some configuration changes, we need to update these files and re deploy them again and again. For that reason, we may need to use database to store microservice configurations. In this article, you can learn how to do it also, you can check example code on the Github.