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§
- Reconnect
Config - Exponential-backoff reconnection policy for client mode.
- WebSocket
Source Config - WebSocket source connector configuration.
Enums§
- Event
Time Format - Format of the event timestamp extracted from messages.
- Message
Format - Deserialization format for incoming WebSocket messages.
- Source
Mode - Operating mode for the WebSocket source connector.
- WsAuth
Config - Authentication configuration for WebSocket connections.