Record - nats : StreamingConfig

Configuration related to establishing a streaming connection.

Fields

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

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

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

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