zeek/testing/btest/cluster/zeromq
Arne Welzel 2963c49f27 cluster/zeromq: Fix node_topic() and nodeid_topic()
Due to prefix matching, worker-1's node_topic() also matched worker-10,
worker-11, etc. Suffix the node topic with a `.`. The original implementation
came from NATS, where subjects are separated by `.`.

Adapt nodeid_topic() for consistency.
2025-03-24 18:36:26 +01:00
..
logging.zeek btest/cluster: Bump timeouts to 30 seconds 2024-12-13 18:28:43 +01:00
manager-is-logger.zeek btest/cluster: Bump timeouts to 30 seconds 2024-12-13 18:28:43 +01:00
node-topic-prefix.zeek cluster/zeromq: Fix node_topic() and nodeid_topic() 2025-03-24 18:36:26 +01:00
supervisor.zeek btest/cluster: Bump timeouts to 30 seconds 2024-12-13 18:28:43 +01:00
two-nodes.zeek cluster/backend/zeromq: Add ZeroMQ based cluster backend 2024-12-10 20:33:02 +01:00
unsubscribe-two-workers.zeek cluster/zeromq: Fix unsubscription visibility 2025-03-24 18:36:16 +01:00
unsubscribe.zeek cluster/zeromq: Fix Unsubscribe() bug caused by \x00 prefix 2025-02-05 10:39:56 +01:00