Skip to main content

Module source_config

Module source_config 

Source
Expand description

WebSocket source connector configuration.

Provides WebSocketSourceConfig for configuring a WebSocket source connector in either client mode (connecting to an upstream server) or server mode (accepting incoming connections). Includes reconnection, authentication, message format, and event-time extraction options.

Structs§

ReconnectConfig
Exponential-backoff reconnection policy for client mode.
WebSocketSourceConfig
WebSocket source connector configuration.

Enums§

EventTimeFormat
Format of the event timestamp extracted from messages.
MessageFormat
Deserialization format for incoming WebSocket messages.
SourceMode
Operating mode for the WebSocket source connector.
WsAuthConfig
Authentication configuration for WebSocket connections.