Skip to main content

Module sink_config

Module sink_config 

Source
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§

WebSocketSinkConfig
Configuration for the WebSocket sink connector.

Enums§

SinkFormat
Serialization format for outgoing WebSocket messages.
SinkMode
Operating mode for the WebSocket sink.
SlowClientPolicy
Policy applied when a client’s outbound buffer is full.