NATS
NATS driver supported in RR since v2.5.0
and includes only NATS JetStream support.
Configuration
.rr.yaml
Configuration options
Here is a detailed description of each of the nats-specific options:
Subject
subject
- nats subject.
Stream
stream
- stream name.
Deliver new
deliver_new
- the consumer will only start receiving messages that were created after the consumer was created.
Rate limit
rate_limit
- NATS rate limiter.
Delete stream on stop
delete_stream_on_stop
- delete the whole stream when pipeline stopped.
Delete after ack
delete_after_ack
- delete message after it successfully acknowledged.
Consume all
consume_all
- By default, RR supports only Jobs
structures from the queue. Set this option to true if you want to also consume the raw payloads.
Last updated