Re: [zeromq-dev] RPC in ZeroMQ

2016-09-24 Thread Kevin Sapper
Yes it is official. I haven't used Thrift but when interacting with ZeroMQ zproto has a nice API. On Sa, Sep 24, 2016 at 7:05 , Dimos Stamatakis wrote: Thanks! Protobuffer is another option, indeed. How about zproto? Is it official by ZeroMQ? I would prefer Thrift with ZeroMQ since our system

Re: [zeromq-dev] RPC in ZeroMQ

2016-09-24 Thread Luca Boccassi
Yes, zproto is a zeromq project, and it's on the community's github org. I have no experience with thrift so I'm afraid I can't help with that. On 24 September 2016 at 18:05, Dimos Stamatakis wrote: > Thanks! Protobuffer is another option, indeed. > How about zproto? Is it official by ZeroMQ? > I

Re: [zeromq-dev] RPC in ZeroMQ

2016-09-24 Thread Dimos Stamatakis
Thanks! Protobuffer is another option, indeed. How about zproto? Is it official by ZeroMQ? I would prefer Thrift with ZeroMQ since our system already uses Thrift and we are happy with the performance. We just want to extend it and support pub-sub (that's why we looked at ZeroMQ ). Thanks, Dimos O

Re: [zeromq-dev] RPC in ZeroMQ

2016-09-24 Thread Luca Boccassi
Look at zproto - it can do that and much, much more https://github.com/zeromq/zproto On 24 September 2016 at 08:31, Dimos Stamatakis wrote: > Thanks for your response. I saw zerorpc, but it seems like it does not > support C++. For now I am looking at combining Thrift with zeroMQ as its > communi

Re: [zeromq-dev] RPC in ZeroMQ

2016-09-24 Thread Utsav Drolia
Protobuf is extensively used in serialization and RPCs. https://developers.google.com/protocol-buffers/ > On Sep 24, 2016, at 3:31 AM, Dimos Stamatakis wrote: > > Thanks for your response. I saw zerorpc, but it seems like it does not > support

Re: [zeromq-dev] RPC in ZeroMQ

2016-09-24 Thread Dimos Stamatakis
Thanks for your response. I saw zerorpc, but it seems like it does not support C++. For now I am looking at combining Thrift with zeroMQ as its communication layer. Thanks, Dimos On Sep 24, 2016 2:17 AM, "Indradhanush Gupta" wrote: On Fri, Sep 23, 2016 at 9:25 PM, Dimos Stamatakis wrote: >