Skip to content

Consider multiple spring-cloud-config-uris for high availability #87

@cnagel

Description

@cnagel

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions