Skip to main content

Module source

Module source 

Source
Expand description

WebSocket source connector — client mode.

WebSocketSource connects to an external WebSocket server (e.g., exchange market data feeds) and produces Arrow RecordBatch data via the SourceConnector trait.

§Delivery Guarantees

WebSocket is non-replayable. This connector provides at-most-once or best-effort delivery. On recovery, data gaps should be expected.

Structs§

WebSocketSource
WebSocket source connector in client mode.