socket.timeout.ms — Kafka Consumer Configuration
The socket timeout for network requests. The actual timeout set will be max.
Description
The socket timeout for network requests. The actual timeout set will be max.fetch.wait + socket.timeout.ms.
Default Values by Kafka Version
| Kafka Version | Default Value |
|---|---|
| 0.7 | 30000 |
| 0.8.0 | 30 * 1000 |
| 0.8.1 | 30 * 1000 |
| 0.8.2 | 30 * 1000 |
| 0.9.0 | 30 * 1000 |
| 0.10.0 | 30 * 1000 |
| 0.10.1 | 30 * 1000 |
| 0.10.2 | 30 * 1000 |
| 0.11.0 | 30 * 1000 |
| 1.0 | 30 * 1000 |
| 1.1 | 30 * 1000 |
| 2.0 | 30 * 1000 |
Manage Kafka configs across all your clusters with Conduktor Console — view, compare, and update configurations in one place.