socket.connection.setup.timeout.max.ms — Kafka Broker Configuration
The maximum amount of time the client will wait for the socket connection to be established. The connection setup timeout will increase exponentially for each consecutive connection failure up to this maximum.
Description
The maximum amount of time the client will wait for the socket connection to be established. 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 timeout resulting in a random range between 20% below and 20% above the computed value.
Default Values by Kafka Version
| Kafka Version | Default Value |
|---|---|
| 2.7 | 127000 (127 seconds) |
| 2.8 | 30000 (30 seconds) |
| 3.0 | 30000 (30 seconds) |
| 3.1 | 30000 (30 seconds) |
| 3.2 | 30000 (30 seconds) |
| 3.3 | 30000 (30 seconds) |
| 3.4 | 30000 (30 seconds) |
| 3.5 | 30000 (30 seconds) |
| 3.6 | 30000 (30 seconds) |
| 3.7 | 30000 (30 seconds) |
| 3.8 | 30000 (30 seconds) |
| 3.9 | 30000 (30 seconds) |
| 4.0 | 30000 (30 seconds) |
| 4.1 | 30000 (30 seconds) |
| 4.2 | 30000 (30 seconds) |
Related Configs
socket.connection.setup.timeout.ms
Manage Kafka configs across all your clusters with Conduktor Console — view, compare, and update configurations in one place.