You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by Jesse Kempf <je...@twitter.com> on 2011/03/08 23:23:32 UTC

Python binding

Hi,

I heard a rumor that there's a pure-Python binding for ZK. Is there any truth to this?

Thanks,
-Jesse

Re: Python binding

Posted by Benjamin Reed <br...@apache.org>.
all of the packets are in zookeeper.jute, which is use to generate the
serialization classes for C and java. unfortunately the modified
version of jute that we are using only generates C and java code. it
is one of the reasons we were looking at moving to avro. we do need to
document what is used when and where though.

ben

On Wed, Mar 9, 2011 at 9:30 AM, nicholas harteau <nr...@hep.cat> wrote:
>
> To that end, is the client wire protocol documented anywhere?  I would
> be interested in some native-language client development.
>
> Mahadev Konar wrote:
>> Not that I know of :). There is the usual python using c (zkpython in
>> contrib) but I am not ware of anything other than that.
>>
>> thanks
>> mahadev
>>
>> On Tue, Mar 8, 2011 at 2:23 PM, Jesse Kempf <je...@twitter.com> wrote:
>> > Hi,
>> >
>> > I heard a rumor that there's a pure-Python binding for ZK. Is there any truth to this?
>> >
>> > Thanks,
>> > -Jesse
>
> --
> nrh@HEP.CAT l^o
>

Re: Python binding

Posted by nicholas harteau <nr...@HEP.CAT>.
To that end, is the client wire protocol documented anywhere?  I would
be interested in some native-language client development.

Mahadev Konar wrote:
> Not that I know of :). There is the usual python using c (zkpython in
> contrib) but I am not ware of anything other than that.
> 
> thanks
> mahadev
> 
> On Tue, Mar 8, 2011 at 2:23 PM, Jesse Kempf <je...@twitter.com> wrote:
> > Hi,
> >
> > I heard a rumor that there's a pure-Python binding for ZK. Is there any truth to this?
> >
> > Thanks,
> > -Jesse

-- 
nrh@HEP.CAT l^o

Re: Python binding

Posted by Mahadev Konar <ma...@apache.org>.
Not that I know of :). There is the usual python using c (zkpython in
contrib) but I am not ware of anything other than that.

thanks
mahadev

On Tue, Mar 8, 2011 at 2:23 PM, Jesse Kempf <je...@twitter.com> wrote:
> Hi,
>
> I heard a rumor that there's a pure-Python binding for ZK. Is there any truth to this?
>
> Thanks,
> -Jesse