RE: Adding protocol buffers binding to client interface

2010-08-17 Thread Amol Deshpande
We have our own internal framework on top of protobufs, which is probably the way I'm going for now. Thanks, -amol -Original Message- From: bbo...@gmail.com [mailto:bbo...@gmail.com] Sent: Tuesday, August 17, 2010 2:31 PM To: dev@cassandra.apache.org Subject: Re: Adding protocol bu

Re: Adding protocol buffers binding to client interface

2010-08-17 Thread bborud
"Amol Deshpande" writes: > > Is that the right place to start ? Are there other parts of the code > that are involved in implementing the client interface ? just out of curiosity, which RPC implementation on top of protobuffers are you planning on using? -Bjørn

Re: Adding protocol buffers binding to client interface

2010-08-17 Thread Jonathan Ellis
That would be the right model to follow, although I think you might have an easier time maintaining a PB -> Thrift proxy in front of Cassandra. On Tue, Aug 17, 2010 at 2:49 PM, Amol Deshpande wrote: > For various reasons (existing codebase, clients running C#, etc.), we > are considering implemen