oslo.messaging/oslo_messaging/_drivers/zmq_driver/server
ozamiatin 1121a6bb60 [zmq] SUB-PUB local proxy
Central + local proxies combination optimizes following:

* Makes it possible to shorten the number of TCP connections
to a single subscription from node.

* PUB/SUB limitation of 10k consumers can be bumped up to 10k nodes
not only to 10k services

* Fanout happens in 2 steps therefore central proxy takes less load
and blocks for a shorter period of time since it needs to fanout
to less consumers (local proxies) not directly to every single service.

Change-Id: I57d87bc8310354142ab69a9f2d3e0a0cf5b972b8
2016-10-17 16:38:52 +03:00
..
consumers [zmq] SUB-PUB local proxy 2016-10-17 16:38:52 +03:00
__init__.py Notifier implementation 2015-08-05 13:35:24 +03:00
zmq_incoming_message.py [zmq] Refactor consumers and incoming messages 2016-09-26 11:49:44 +03:00
zmq_server.py [zmq] Refactor consumers and incoming messages 2016-09-26 11:49:44 +03:00
zmq_ttl_cache.py [zmq] Send immediate ack after message receiving 2016-09-16 14:50:27 +03:00