Spring Cloud Config server Vs ZooKeeper -


we have few micro services interact each other , planning deploy them in docker.all developed in java spring boot.currently external service configuration in classpath application.yml.

we looking move them centralized config.want know best approach spring cloud config server approach or zookeeper. advantage , disadvantage of 2 approaches.

does zookeeper provide dynamic loding of poperties upon change? spring cloud config server support multiple node/cluster environment setup.


Comments

Popular posts from this blog

php - How to display all orders for a single product showing the most recent first? Woocommerce -

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

angularjs - How restrict admin panel using in backend laravel and admin panel on angular? -