zeek/src/cluster
Arne Welzel 193350483e cluster/websocket: Special case broker backend for shim usage
When Cluster::backend is configured with CLUSTER_BACKEND_BROKER, switch
WebSocketClients to CLUSTER_BACKEND_BROKER_WEBSOCKET_SHIM instead.

Instead of the special case, we could also add something to Backend
called NewWebSocketBackend(), but if it only affects broker, I think
the special case is okay for now.
2025-04-23 14:27:43 +02:00
..
backend Move byte_buffer types from cluster and storage into util 2025-04-14 10:11:13 -07:00
serializer Move byte_buffer types from cluster and storage into util 2025-04-14 10:11:13 -07:00
websocket cluster/websocket: Special case broker backend for shim usage 2025-04-23 14:27:43 +02:00
Backend.cc cluster/Backend: Add ProcessError() 2025-04-23 14:19:08 +02:00
Backend.h cluster/Backend: Add ProcessError() 2025-04-23 14:19:08 +02:00
BifSupport.cc More std::move changes based on Coverity findings 2025-04-08 11:01:21 -07:00
BifSupport.h cluster/websocket: Implement WebSocket server 2025-03-10 17:07:30 +01:00
cluster.bif cluster/Backend: Add ProcessError() 2025-04-23 14:19:08 +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: Implement WebSocket server 2025-03-10 17:07:30 +01:00
Manager.h cluster/websocket: Implement WebSocket server 2025-03-10 17:07:30 +01:00
OnLoop.h cluster/OnLoop: Add metric for queue stalling instead of fprintf 2025-03-24 19:44:08 +01:00
Serializer.h Move byte_buffer types from cluster and storage into util 2025-04-14 10:11:13 -07:00