msimonin / ombt-orchestrator

Framework to evaluate different message buses using oslo.messaging (via ombt)
GNU General Public License v3.0
3 stars 4 forks source link

Bind client and server to different bus agent #82

Closed msimonin closed 6 years ago

msimonin commented 6 years ago

Currently we bind ombt agents in a round-robin fashion on all the bus agents. Using several bus agents leads to have several clients and server bound to the same agent. In order to force messages to go through the bus we'll like to bind clients to a subset of agent and servers to different subset of agents :

Example:

clients -> router1 <-> router2 -> servers
msimonin commented 6 years ago

closed by #85