Spring Cloud Netflix提供有用的工具,无论使用哪种DiscoveryClient实现。Feign,Turbine,Ribbon和Zuul均与Spring Cloud Zookeeper合作。
DiscoveryClient
Spring Cloud Zookeeper提供Ribbon的ServerList的实现。当使用spring-cloud-starter-zookeeper-discovery时,Ribbon默认情况下自动配置为使用ZookeeperServerList。
ServerList
spring-cloud-starter-zookeeper-discovery
ZookeeperServerList