Skip to main content
Version: 0.93.0

NATS


Description

Consumes events from a NATS broker.


Configuration

NATS Subject

The subject (topic) where events should be received from. When using wildcard subjects, all messages need to have the same format currently.

NATS Broker URL

The URL to connect to the NATS broker. It can be provided multiple urls separated by commas(,). (e.g., nats://localhost:4222,nats://localhost:4223)

Username

The username to authenticate the client with NATS broker.

It is an optional configuration.

NATS Broker URL

The password to authenticate the client with NATS broker.

It is an optional configuration.

NATS Connection Properties

All other possible connection configurations that the nats client can be created with. It can be provided as key value pairs separated by colons(:) and commas(,). (e.g., io.nats.client.reconnect.max:1, io.nats.client.timeout:1000)

It is an optional configuration.