Re: Implementation of AutoCloseable in ZooKeeper.java

2016-09-13 Thread Abraham Fine
Hi- It looks like ZOOKEEPER-2511 has received a couple of comments, both seem to agree with what the patch currently does. Any possibility of getting this committed? Thanks, Abe > On Aug 25, 2016, at 10:44, Abraham Fine wrote: > > Hello- > > Recently I created and

Implementation of AutoCloseable in ZooKeeper.java

2016-08-25 Thread Abraham Fine
Hello- Recently I created and uploaded a patch for ZOOKEEPER-2511. This jira implements the AutoCloseable interface in ZooKeeper.java which would allow developers to use try-with-resources with zookeeper. I think this will help prevent our users from forgetting to close sessions. Without