-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
Hi Spring Cloud Team,
Last week I had a short but nice chat with Oliver Gierke on the microXchg in Berlin about Spring Cloud.
Looking on the architecture, all components can work in a parallel fashion to offer high availability.
With a remote configuration source like git, it is even possible to run multiple synchronized config servers.
But having a look on the documentation, it is only possible to pass one spring-cloud-config-uri. In my eyes this is a bottle neck, as the only one defined server could crash and a application can't load any properties even if a second config server is running.
Managing the replication with Eureka is mentioned in the documentation, but not an option in every project.
What about the possibility to define multiple _spring-cloud-config-uri_s separated by comma?
Thanks for the nice project,
Christoph.