What about just using the kombu transport instead? https://github.com/celery/kombu/blob/master/kombu/transport/zmq.py
Then people have a way to use oslo.messaging (the rabbit impl just uses kombu) with zmq without needing a specific zmq implementation. Or if the kombu one doesn't work well, maybe help make it better? From: Noel Burton-Krahn <[email protected]<mailto:[email protected]>> Date: Friday, September 5, 2014 at 1:50 PM To: Doug Hellmann <[email protected]<mailto:[email protected]>> Cc: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>>, Nick Bartos <[email protected]<mailto:[email protected]>> Subject: Re: [Openstack] is anyone using zeromq for RPC? We are looking at moving to zeromq to get away from rabbit bugs like https://bugs.launchpad.net/oslo.messaging/+bug/1338732. Cheers, -- Noel On Fri, Sep 5, 2014 at 12:50 PM, Doug Hellmann <[email protected]<mailto:[email protected]>> wrote: The zmq driver in oslo.messaging, used for internal communication between OpenStack services, has been without a maintainer for a significant period of time. It isn’t actively tested, and it isn’t clear whether or not it works. The Oslo team would like to drop support for it in Kilo, but before we do that we would like to find out if (a) anyone uses it and (b) if any of those people would like to contribute to maintaining it. Thanks, Doug _______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : [email protected]<mailto:[email protected]> Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
_______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : [email protected] Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
