Skip to content

Documentation / @super-line/adapter-zeromq / ZeroMqProxyOptions

Interface: ZeroMqProxyOptions

Defined in: index.ts:183

Options for createZeroMqProxy.

Properties

backendUrl

backendUrl: string

Defined in: index.ts:187

Backend (XPUB) endpoint to bind — node SUBs connect here to receive.


frontendUrl

frontendUrl: string

Defined in: index.ts:185

Frontend (XSUB) endpoint to bind — node PUBs connect here to publish in.


sendHighWaterMark?

optional sendHighWaterMark?: number

Defined in: index.ts:189

High-water-mark for both legs. Defaults to 100_000.

Released under the MIT License.