On Apr 28, 2013, at 10:37 PM, Russell Haering <[email protected]> wrote:
> Zookeeper uses Jute for RPC, see: > https://github.com/apache/zookeeper/blob/trunk/src/zookeeper.jute We have a pure-Python version speaking the protocol with Kazoo which might be a good start: https://github.com/python-zk/kazoo Cheers, Ben
