Record -
nats
: StreamingConfig
Configuration related to establishing a streaming connection.
Closed record
Fields
- ackTimeoutInSeconds int (default 30)
-
Timeout (in seconds) to wait for an acknowledgement for the corresponding subscription
- connectionTimeoutInSeconds int (default 5)
-
Timeout (in seconds) to wait for a connection
- maxPubAcksInFlight int (default 16384)
-
The maximum number of publish ACKs that may be in flight at any point of time
- discoverPrefix string (default _STAN.discover)
-
Subject prefix used for server discovery