[protobuf] Protobuf Multiple Parameter RPC support

2015-11-19 Thread Pratap Koritala
Any thoughts on supporting multiple parameter in RPC method calls https://github.com/google/protobuf/issues/976 PS: posting for visibility if someone is only watching here -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe

Re: [protobuf] Support multiple parameters for rpc functions

2015-11-15 Thread Pratap Koritala
One parameter method works fine if we start with proto and define the services. But, most of the code is usually evolved, For ex: Existing distributed java services, who wants to use protobuf, instead of RMI/java-Serialization. This feature is very useful in doing that. On Tuesday, August