Record -
nats
: StreamingSubscriptionConfigData
NATS Streaming Subscription Parameters.
Fields
- subject string
-
Name of the subject to which it is subscribed
- queueName string
-
The name of the queue group to which the subscription belongs
- durableName string
-
If set, this will survive client restarts
- maxInFlight int 1024
-
The number of messages the cluster will have inflight without an ACK
- ackWaitInSeconds int 30
-
The time the cluster will wait for an ACK for a given message (in Seconds)
- subscriptionTimeoutInSeconds int 2
-
The time (in Seconds) the subscription will wait if a network failure occurs during the creation of it.
- manualAck boolean false
-
Do manual ACKs
- startPosition StartPosition NEW_ONLY
-
The position to start receiving messages