Hi All, We are using Curator Framework with exponential backoff retry policy, assuming that the retry policy is specific to connection retry logic. But, when the zookeeper is down, the transaction method calls ( like create, getData, create) are blocking. CuratorFrameworkFactory.newClient(zookeeperConnectionString, retryPolicy)
We don't want to block the application threads when the zookeeper is not available, But don't want to change the connection retry policy. Is there anyway we can do this ? Regards,Pratap
