I have recently started using Apache Zookeeper and I was thinking I should start using Apache Curator library for Zookeeper.
I am trying to see some basic examples which can help me understand how to connect to Zookeeper using Curator, how to create perepheral nodes/ephemeralnodes/sequence nodes using curator and also how to keep a watch on some nodes using Curator.. Some basic examples using Curator.. I went to this page - http://curator.incubator.apache.org/curator-examples/index.html And as soon as I click on examples source repo, I always get - 404 - No such project Is there any other place where I can see some basic examples using Curator? Thanks for the help...
