zeek/scripts/policy/frameworks/cluster/backend
Arne Welzel f95c7e3499 cluster/zeromq: Add support for configurable overflow_policy
The current ZeroMQ default behavior is to block when the local XPUB queue
is full. This commit adds a Cluster::Backend::ZeroMQ::overflow_policy
setting to support dropping messages locally if the XPUB socket's queue
reaches its HWM. Note that Cluster::publish() will continue to return
T because the dropping happens in a separate thread.
2025-07-16 20:13:49 +02:00
..
zeromq cluster/zeromq: Add support for configurable overflow_policy 2025-07-16 20:13:49 +02:00