Hi there, I was thinking about deploying ZooKeeper until I realised some hand-made software was needed, specially regarding the connection retry mechanisms, and that such a piece of software was made available by Curator.
My main concern is that I was planning to use the C API of ZooKeeper, and from what I undersant, the Curator API seems to be a pure Java API. I thought some of you might have similar needs and could share how they did to use Curator from a C application. Maybe some wrappers are available, or there is a better strategy ? Thank you Regards
