NATS Publisher
Description
Publishes events to NATS broker.
Required input
This sink does not have any requirements and works with any incoming event type.
Configuration
NATS Subject
The subject (topic) where events should be sent to.
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.
Output
(not applicable for data sinks)