492ffe9774

For zmq.DEALER socket there are two round-robin modes exist, controlled by zmq.IMMEDIATE option. Immediate True means sending only to running servers and False means to send to all connected servers (may be not up and running at the moment). If we do all messaging over DEALER socket as we do for direct connections, immediate=True better suits for direct CALL/CAST message types and immediate=False is better for fanout. This patch fixes things for dynamic connections as for static we already used the approach. Change-Id: I70c7aeb3c7a2c63c128bec394827577cab580def
Team and repository tags
Oslo Messaging Library
The Oslo messaging API supports RPC and notifications over a number of different messaging transports.
- License: Apache License, Version 2.0
- Documentation: http://docs.openstack.org/developer/oslo.messaging
- Source: http://git.openstack.org/cgit/openstack/oslo.messaging
- Bugs: http://bugs.launchpad.net/oslo.messaging
Description
Languages
Python
99.8%
Shell
0.2%