Hello team, I am trying to use a 3-node zookeeper ...
# troubleshooting
l
Hello team, I am trying to use a 3-node zookeeper cluster with Pinot. I need to connect it with a Java application in a way such that if one node is not available, it automatically connects using the second node. Currently using "ConnectionFactory.fromZookeeper(zkurl)" and it takes only one zk url and tries infinitely to get a connection via it. Can anyone please help me with a way to achieve a failsafe connection mechanism? Thanks