1121a6bb60
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 |
||
---|---|---|
.. | ||
consumers | ||
__init__.py | ||
zmq_incoming_message.py | ||
zmq_server.py | ||
zmq_ttl_cache.py |