Skip to main content

NATS JetStream

NATS JetStream provides distributed messaging with work-queue retention and explicit acknowledgment.

Configuration

Environment Variables

EVENTS__TYPE=jetstream
EVENTS__JETSTREAM__HOST=localhost
EVENTS__JETSTREAM__PORT=4222

YAML Configuration

events:
type: jetstream
jetstream:
host: localhost
port: 4222
VariableDescriptionDefaultRequired
EVENTS__TYPEEvent provider type-
EVENTS__JETSTREAM__HOSTNATS server host-
EVENTS__JETSTREAM__PORTNATS server port-