Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

socket.connections.setup.timeout.max.ms: The maximum amount of time the client will wait for the initial socket connection to be built. If provided, the connection setup timeout will increase exponentially for each consecutive connection failure, up to this maximum. To avoid connection storms, a randomization factor of 0.2 will be applied to the backoff resulting in a random range between 20% below and 20% above the computed value. Note that the maximum connection setup timeout is dominated by the configuration of request timeout.

The formula to calculate the latest connection setup timeout is as follows, where the random factor is to prevent connection storms:

...