July 2017
Intermediate to advanced
414 pages
11h 18m
English
The previous sections explored how to setup the Config Server, allowing real-time refresh of configuration properties. However, the Config Server is a single point of failure in this architecture.
There are three single points of failure in the default architecture established in the previous section. One of them is the availability of the Config Server itself, the second one is the Git repository, and the third one is the RabbitMQ server.
The following diagram shows a high-availability architecture for the Config Server:

The architecture mechanisms and rationale are explained as follows: ...
Read now
Unlock full access