Skip to content

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

Interface: ZeroMqProxyModeOptions

Defined in: index.ts:26

Central forwarder: this node connects its PUB to the proxy frontend and its SUB to the backend.

Properties

backendUrl

backendUrl: string

Defined in: index.ts:31

The proxy's backend (XPUB) endpoint — this node's SUB connects here.


frontendUrl

frontendUrl: string

Defined in: index.ts:29

The proxy's frontend (XSUB) endpoint — this node's PUB connects here.


mode

mode: "proxy"

Defined in: index.ts:27


presence?

optional presence?: ZeroMqPresenceOption

Defined in: index.ts:35

Cluster presence directory. On by default.


sendHighWaterMark?

optional sendHighWaterMark?: number

Defined in: index.ts:33

PUB/SUB high-water-mark. Defaults to 100_000.

Released under the MIT License.