Config Server (In Progress)

 In micro-service world, managing configurations of each service separately is a tedious and time-consuming task. In other words, if there are many number of modules, and managing properties for each module with the traditional approach is very difficult.


Central configuration server provides configurations (properties) to each micro service connected. As mentioned in the above diagram, Spring Cloud Config Server can be used as a central cloud config server by integrating to several environments.





Comments

Popular posts from this blog

Java 8 : Find the number starts with 1 from a list of integers

RDS vs Aurora DB

Junit Mockito and Power Mockito