Hi,
I have deployed to https://repository.apache.org/snapshots/ a version of
ZooKeeper built from branch-3.6.
This way you can try it just by adding these lines to your pom.xml
<repository>
<id>apache-snapshots</id>
<snapshots>
<enabled>true</enabled>
</snapshots>
<url>https://repository.apache.org/snapshots/</url>
</repository>
We did the best to keep ZooKeeper 3.6.0 compatible with 3.5, but if you
have cycles to try your application with 3.6.0-SNAPSHOT this will help a
lot in fixing problems before the official VOTE thread.
We are still waiting for the last patch for 3.6.0....stay tuned
Best regards
Enrico