>> the communication protocol of zookeeper Would be good to be more specific on what you are looking for... If you mean the wire protocol (i.e. packet layout), ZooKeeper use jute [1]. If you mean the quorum protocol then [2][3]
[1] https://github.com/apache/zookeeper/blob/master/src/zookeeper.jute [2] https://zookeeper.apache.org/doc/trunk/zookeeperInternals.html [3] https://cwiki.apache.org/confluence/display/ZOOKEEPER/Zab+in+words On Fri, Dec 2, 2016 at 11:04 PM, 罗飞龙 <360777...@qq.com> wrote: > hi, I would like to know the communication protocol of zookeeper, where > can i find the article about it ,can you send me the official documents or > a link? -- Cheers Michael.