Perform the operations in the background. E.g. client.create().inBackground().forPath(p);
> On Oct 9, 2015, at 6:23 AM, pratap k <[email protected]> wrote: > > 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 > >
