> On Aug 13, 2018, at 12:24 PM, Jon Siwek <jsi...@corelight.com> wrote:
> 
> Even Newer Worker:
> 
>  Broker::publish(Cluster::worker_topic, my_event);
> 
> See any problems there?

That's nice and simple :-)

Assuming that can send the events around in the most efficient way possible, 
that's perfect.

The one tricky case is doing that on the manager.  While the manager is fully 
connected to all workers,
you really want to offload the fanning out of messages to one of the proxies.

— 
Justin Azoff


_______________________________________________
bro-dev mailing list
bro-dev@bro.org
http://mailman.icsi.berkeley.edu/mailman/listinfo/bro-dev

Reply via email to