GitHub user timothyjward opened a pull request: https://github.com/apache/zookeeper/pull/530
[ZOOKEEPER-2474] Support session reconnection when using ZKClientConfig Signed-off-by: Tim Ward <timothyjw...@apache.org> This PR simply adds constructors which support session reconnection when using ZKClientConfig You can merge this pull request into a Git repository by running: $ git pull https://github.com/timothyjward/zookeeper ZOOKEEPER-2474 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zookeeper/pull/530.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #530 ---- commit a188c5bce1b1c54376c8e4fd7a92e3a4badd5715 Author: Tim Ward <timothyjward@...> Date: 2018-05-23T09:53:13Z [ZOOKEEPER-2474] Support session reconnection when using ZKClientConfig Signed-off-by: Tim Ward <timothyjw...@apache.org> ---- ---