3. Using Spring Cloud Zookeeper with Spring Cloud Netflix Components
Spring Cloud Netflix supplies useful tools that work regardless of which DiscoveryClient
implementation is used. Feign, Turbine, Ribbon and Zuul all work with Spring Cloud Zookeeper.
3.1 Ribbon with Zookeeper
Spring Cloud Zookeeper provides an implementation of Ribbon’s ServerList
. When the spring-cloud-starter-zookeeper-discovery
is used, Ribbon is auto-configured to use the ZookeeperServerList
by default.