1a03d7b447
In this change PUB-SUB pipeline was added and used for CAST-Fanout pattern. Added 2 new options: * use_pub_sub - configures the driver to use PUB/SUB if True, fallbacks to DEALER/ROUTER implementation otherwise. PUB/SUB implementation is assumed to be always used with proxy. * direct_over_proxy - specifies to use proxy with direct patterns (CALL,CAST). This option is in replace of zmq_use_broker. Latter is meaningless in context of PUB/SUB architecture, so renamed. Change-Id: I7c02d4d62632293941bc0d9d947e5362a5317db6 Closes-Bug: #1515185 |
||
---|---|---|
.. | ||
matchmaker | ||
__init__.py | ||
test_impl_zmq.py | ||
test_pub_sub.py | ||
test_zmq_async.py | ||
zmq_common.py |