Record - nats : StreamingConfig

Configuration related to a streaming connection.

Fields

  • ackTimeoutInSeconds int 30
  • Timeout in seconds to wait for an acknowledgement for the corresponding subscription. Default value is 30.

  • connectionTimeoutInSeconds int 5
  • Timeout in seconds to wait for a connection. Default value is 5.

  • maxPubAcksInFlight int 16384
  • The maximum number of publish ACKs that may be in flight at any point in time. Default value is 16384.

  • discoverPrefix string _STAN.discover
  • Subject prefix used for server discovery. Default value is _STAN.discover