Re: [protobuf] service without gRPC

2016-08-08 Thread Mohamed Koubaa
Thanks for the replies. The documentation has room for improvement on this. I just noticed this: option cc_generic_services = true; It seems to generate these stubs without the grpc plugin. However, it did not seem to work for C# or Python (it seems the gRPC plugin is the only way to make

[protobuf] service without gRPC

2016-08-05 Thread Mohamed Koubaa
Hello, As per the language guide, defining a service in a .proto file will generate RPC stubs which we can implement (or let gRPC implement). https://developers.google.com/protocol-buffers/docs/proto3#services We have a zeroMQ service that we are interested in migrating from JSON-RPC to gRPC.