Re: [protobuf] Re: writing a rpc plugin

2014-03-21 Thread P Osborne
Can you provide an example of a third party package that has successfully implemented a java rpc plugin? Thanks, Patrick On Tuesday, August 10, 2010 3:42:16 PM UTC-6, Kenton Varda wrote: There is no tutorial, but you might look at one of the third-party packages which has implemented a

[protobuf] help with protoc rpc code generation in Java (or Scala)

2014-03-21 Thread P Osborne
Hi All, I'm working on a project to add protobuf support into Finagle. The canonical form of a Finagle rpc service is: FutureResponse myRpcCall( Request request ) where Request and Response are protobuf objects in this case. While the traditional protobuf rpc interface is something like