What's the difference between zookeeper vs spring cloud config server?
What's the difference between zookeeper vs spring cloud config server? They both store configurations in server and make them available to clients. When should one be used over the other? What's the difference between zookeeper vs spring cloud config server? With the Spring Cloud Config Server you have a central place to manage external properties for applications across all environments. The concepts on config server map identically to the Spring Environment and PropertySource abstractions, so they fit very well with Spring applications , but can be used with any application running in any