zeek/src/cluster
Benjamin Bannier e1acb246a5 Align WebSocket error in cluster with one in Broker
The schema of cluster WebSocket error messages deviated from the
existing one in Broker which breaks seamless migration from the Broker
WebSocket bindings.

This patch aligns the serialization in cluster with the one in Broker.
This is technically a breaking change of the cluster schema, but since
it never worked like documented and is still experimental this is
probably fine.

Closes #4594.
2025-06-21 18:13:09 +02:00
..
backend Move Deferred class from ZeroMQ to util 2025-06-05 10:21:50 -07:00
serializer Fix clang-tidy modernize-use-emplace findings 2025-06-06 11:43:06 -07:00
websocket Align WebSocket error in cluster with one in Broker 2025-06-21 18:13:09 +02:00
Backend.cc cluster: Remove some explicit timestamp handling 2025-06-02 17:31:36 +02:00
Backend.h cluster: Remove deprecated Event constructor 2025-06-02 17:31:36 +02:00
BifSupport.cc cluster: Remove some explicit timestamp handling 2025-06-02 17:31:36 +02:00
BifSupport.h cluster/websocket: Implement WebSocket server 2025-03-10 17:07:30 +01:00
cluster.bif Prefer std::move over copy 2025-06-02 08:45:32 +02:00
CMakeLists.txt cluster/websocket: Implement WebSocket server 2025-03-10 17:07:30 +01:00
Component.cc cluster: Add Components and ComponentManager for new components 2024-11-22 10:43:54 +01:00
Component.h cluster/Backend: Make backend event processing customizable 2025-02-05 10:39:56 +01:00
Manager.cc cluster/websocket: Make websocket dispatcher queue size configurable 2025-04-23 14:27:43 +02:00
Manager.h cluster/websocket: Implement WebSocket server 2025-03-10 17:07:30 +01:00
OnLoop.h OnLoop: notify_all() instead of notify_one() 2025-05-06 12:23:08 +02:00
Serializer.h Move byte_buffer types from cluster and storage into util 2025-04-14 10:11:13 -07:00