Commit graph

2 commits

Author SHA1 Message Date
Arne Welzel
ed35878491 fixup! cluster/zeromq: Add support for configurable overflow_policy 2025-07-17 11:25:43 +02:00
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