Zookeeper uses Jute for RPC, see: https://github.com/apache/zookeeper/blob/trunk/src/zookeeper.jute
On Sun, Apr 28, 2013 at 9:28 PM, Arink Verma <[email protected]>wrote: > Hi Hartmut > > Thanks I have seen curator, but it seems to be a clinet wrapper over ZK. > > Its my bad, sorry I forgot to mention that I am applying for Gsoc project > which requires implementing the zookeeper wire protocol > within the finagle stack > > > > On Sun, Apr 28, 2013 at 9:13 PM, Hartmut Lang <[email protected] > >wrote: > > > Hi, > > > > i recommend to have a look at curator: http://netflix.github.io/curator/ > > > > Hartmut > > > > > > 2013/4/28 Arink Verma <[email protected]> > > > > > Hello everyone > > > > > > I am Arink, computer science student and open source enthusiastic. I am > > > working on pure zookeeper client on twitter's finagle. But I am not > aware > > > of zookeeper's protocols. How it make connection with server? > > > > > > I have read ZooKeeper Internals[1], but that is so brief to implement > > fresh > > > client from scratch on scala . > > > > > > > > > can someone provide me any resource and help? > > > > > > > > > [1] > > > > > > > > > http://zookeeper.apache.org/doc/r3.1.2/zookeeperInternals.html#sc_guaranteesPropertiesDefinitions > > > > > > Thanks > > > > > > -- > > > - > > > Arink > > > Computer Science and Engineering > > > Indian Institute of Technology Ropar > > > www.arinkverma.in > > > > > > > > > -- > Arink > Computer Science and Engineering > Indian Institute of Technology Ropar > www.arinkverma.in >
