Connection Pooling in Java Client

@piyushGoyal2 This might be happening because you are just configuring one server with the Java client so it is able to interact with only that server and not the other servers in the cluster. If you want interaction with all the other servers in the cluster, you should configure all the three servers in the java client or you can also use a load balancer. Try to do that and let me know if it works for you.

1 Like