mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 05:58:20 +00:00
Remove Cluster::broadcast_topic
As enabling Broker forwarding would cause routing loops with messages sent to such a topic (one subscribed to on all nodes).
This commit is contained in:
parent
2f1e81059b
commit
8db042a8c2
4 changed files with 39 additions and 13 deletions
|
@ -87,7 +87,7 @@ event bro_init() &priority=-10
|
|||
return;
|
||||
}
|
||||
|
||||
Broker::subscribe(Cluster::broadcast_topic);
|
||||
Broker::subscribe(nodeid_topic(Broker::node_id()));
|
||||
Broker::subscribe(node_topic(node));
|
||||
|
||||
Broker::listen(Broker::default_listen_address,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue