Re: Thrift interface

2008-07-22 Thread Patrick Hunt
ote: I've now got a working stand-alone 'proxy' that acts as a Thrift server and a ZK client. Is this something you guys would want/accept as a contrib module? I appreciate that you already have SWIG and FUSE bindings, but I think the Thrift interface makes more sense in enviro

Re: Thrift interface

2008-07-22 Thread Chris Smith
I've now got a working stand-alone 'proxy' that acts as a Thrift server and a ZK client. Is this something you guys would want/accept as a contrib module? I appreciate that you already have SWIG and FUSE bindings, but I think the Thrift interface makes more sense in environments whe

Re: Thrift interface

2008-07-16 Thread Patrick Hunt
olution: implement a standalone service, thrift server and zk client, and run it on each ZooKeeper server. ben Chris Smith wrote: Hi, I'm currently thinking about implementing a Thrift interface for ZooKeeper, and wanted to get some opinions on it before I start. I can basically see two poss

Re: Thrift interface

2008-07-15 Thread Benjamin Reed
hrift server and zk client, and run it on each ZooKeeper server. ben Chris Smith wrote: > > Hi, > > I'm currently thinking about implementing a Thrift interface for > ZooKeeper, and wanted to get some opinions on it before I start. I can > basically see two possible wa

Thrift interface

2008-07-14 Thread Chris Smith
Hi, I'm currently thinking about implementing a Thrift interface for ZooKeeper, and wanted to get some opinions on it before I start. I can basically see two possible ways to implement it: * A standalone service which implements both a ZooKeeper client and a Thrift server, and basically ac