mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
cluster/zeromq: redef Cluster::enable_global_pub_sub to true
ZeroMQ has global publish subscribe by default, so set that in the zeromq/connect script.
This commit is contained in:
parent
8bd7bd0923
commit
5ec8a0457b
1 changed files with 2 additions and 0 deletions
|
@ -1,9 +1,11 @@
|
|||
##! Establish ZeroMQ connectivity with the broker.
|
||||
|
||||
@load ./main
|
||||
@load base/frameworks/cluster
|
||||
|
||||
module Cluster::Backend::ZeroMQ;
|
||||
|
||||
redef Cluster::enable_global_pub_sub = T;
|
||||
|
||||
event zeek_init() &priority=10
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue