mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +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.
|
##! Establish ZeroMQ connectivity with the broker.
|
||||||
|
|
||||||
@load ./main
|
@load ./main
|
||||||
|
@load base/frameworks/cluster
|
||||||
|
|
||||||
module Cluster::Backend::ZeroMQ;
|
module Cluster::Backend::ZeroMQ;
|
||||||
|
|
||||||
|
redef Cluster::enable_global_pub_sub = T;
|
||||||
|
|
||||||
event zeek_init() &priority=10
|
event zeek_init() &priority=10
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue