enum NATS::JetStream::API::V1::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.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.