On Tue, Mar 7, 2017, at 13:56, Ravi Kumar wrote:
> Thanks now I understood well. Also is there anyway to send the
> registration
> data to particular central broker, otherwise it will go to both the
> central
> brokers which makes duplicates.
it goes to where there is a listener :)
l1 -> c1 <- r1 <- p1
^
|
V
c2 <- r2 <- p2
if producer p2 makes a message that listener l1 wants it has to
traverse central brokers 1 and 1 and regional broker 1.
It goes from producer to listener, you can draw pictures for yourself.
It's not super intelligent to always take the shortest possible path
though it can learn - but this add significant overhead on kahadb so
best avoided.
--
---
You received this message because you are subscribed to the Google Groups
"mcollective-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.