Record -
nats
: StreamingConfig
Configuration related to establishing a streaming connection.
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 in time.
- discoverPrefix string (default _STAN.discover)
-
Subject prefix used for server discovery.