-
Notifications
You must be signed in to change notification settings - Fork 205
Upgrade Apache Curator framework to 4.0.x - SSL Support #854
Comments
Ugh, the problem with this is that curator 4.0 only supports ZK 3.5+. Maybe we will have to have an exclusions section in our doc? |
@lbradstreet i tried using CF v4.0 in my project for watching changes in ZK But CF v4.0 allow TTL marks for nodes and it's awesome feature for persistent state of cluster and data flow. |
Thanks for the report @Thingographist. I tried bumping curator to v4.0, but it was not compatible with ZK 3.4.11 running via docker (threw some compatibility errors). Did you test it against an external ZK? I would love to upgrade it, but unless it's compatible with 3.4 it will be hard. |
For development i run cluster on dockerised ZK v3.4.11. Just simple fix from official docs:
And it's work without using This fixes disable features of v3.5, but some methods from CF is works (for example: Tree Cache, Persistent TTL Node). |
Awesome! |
Upgraded in master and 0.13.0 (soon to be released). Closing |
Some users are running hosted Zookeeper, requiring a SSL connection. Curator framework
4
on supports this by using the ZK client libs3.5.1
.The text was updated successfully, but these errors were encountered: