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 <[email protected]> wrote: > 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 > > > On Sep 24, 2016 12:48 PM, "Luca Boccassi" <[email protected]> wrote: >> >> 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 <[email protected]> >> 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 >> > communication layer. >> > >> > Thanks, >> > Dimos >> > >> > >> > On Sep 24, 2016 2:17 AM, "Indradhanush Gupta" >> > <[email protected]> >> > wrote: >> > >> > >> > >> > On Fri, Sep 23, 2016 at 9:25 PM, Dimos Stamatakis <[email protected]> >> > wrote: >> >> >> >> Hello everyone, >> >> >> >> I was wondering if ZeroMQ supports RPC. I noticed it does not natively >> >> support, but is there a plugin for ZeroMQ made for RPCs? Or we have to >> >> build >> >> our own? >> > >> > >> > You can check out http://www.zerorpc.io/ although I cant vouch for it as >> > I've never used it myself. >> > >> >> >> >> >> >> Thanks a lot, >> >> Dimos >> >> >> >> _______________________________________________ >> >> zeromq-dev mailing list >> >> [email protected] >> >> http://lists.zeromq.org/mailman/listinfo/zeromq-dev >> > >> > >> > >> > >> > -- >> > Indradhanush Gupta >> > >> > >> > _______________________________________________ >> > zeromq-dev mailing list >> > [email protected] >> > http://lists.zeromq.org/mailman/listinfo/zeromq-dev >> > >> > >> > >> > _______________________________________________ >> > zeromq-dev mailing list >> > [email protected] >> > http://lists.zeromq.org/mailman/listinfo/zeromq-dev >> _______________________________________________ >> zeromq-dev mailing list >> [email protected] >> http://lists.zeromq.org/mailman/listinfo/zeromq-dev > > > _______________________________________________ > zeromq-dev mailing list > [email protected] > http://lists.zeromq.org/mailman/listinfo/zeromq-dev _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
