Hello, Is there a documentation somewhere about what connectionTimeoutMs represents?
The only thing I could find was: https://curator.apache.org/apidocs/org/apache/curator/framework/CuratorFrameworkFactory.html Which simply states: connectionTimeoutMs - connection timeout I am asking because it seems like we HAVE to use a connectionTimeoutMs that is greater than the sessionTimeout, otherwise we may run into CURATOR-355 (also if that is the case, it would be nice to just enforce it or at least log and warn/error). Thanks, Benjamin
