Hi,
If there is no zookeeper server, when trying to connect with :
ZkSessionManager.initializeInstance(HOST, sessionTimeout, MAX_CONNECT_ATTEMPTS);
MAX_CONNECT_ATTEMPTS does'nt seem to work.
The code loop infinitely inside initializeInstance() and it's impossible to make something.
Is there any way to be notified when connection fail when a client start?