On 9/13/2018 6:23 AM, Gu, Steve (CDC/OD/OADS) (CTR) wrote:
Hi, FlorianWe need to pass zookeeper url to CloudSolrClient. Since there are multiple zk servers, is it the common practice to set a proxy server in front of zookeeper?
ZooKeeper should not be behind a load balancer. Your client should have all of the actual addresses/ports of your ZK servers. ZK high availability doesn't work right if a given address/port can suddenly change to a different server.
Thanks, Shawn