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:
Arne Welzel 2025-03-13 13:40:23 +01:00
parent 8bd7bd0923
commit 5ec8a0457b

View file

@ -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
{