enum NATS::JetStream::ConsumerConfig::ReplayPolicy
Overview
A consumer's replay_policy
is the pace at which to replay messages
from a stream.
See ReplayPolicy in the NATS server code
Defined in:
jetstream/consumer_config.crEnum Members
-
Instant =
0
-
Tells the NATS server to deliver messages immediately
-
Original =
1
-
Tells the NATS server to deliver messages at the rate they were originally published.