For various reasons (existing codebase, clients running C#, etc.), we are considering implementing a client interface that understands Google protocol buffers. >From browsing the source in trunk, it looks like the model to follow is CassandraServer.java in org.apache.cassandra.avro
Is that the right place to start ? Are there other parts of the code that are involved in implementing the client interface ? Thanks, -amol