Expand description
WebSocket sink connector configuration.
WebSocketSinkConfig controls how the sink writes Arrow data to
WebSocket clients (server mode) or to an upstream WebSocket server
(client mode). Parsed from a SQL WITH (...) clause or constructed
programmatically.
Structs§
- WebSocket
Sink Config - Configuration for the WebSocket sink connector.
Enums§
- Sink
Format - Serialization format for outgoing WebSocket messages.
- Sink
Mode - Operating mode for the WebSocket sink.
- Slow
Client Policy - Policy applied when a client’s outbound buffer is full.