task.timeout.ms — Kafka Kafka Streams Configuration
The maximum amount of time in milliseconds a task might stall due to internal errors and retries until an error is raised. For a timeout of 0ms, a task would raise an error for the first internal error.
Description
The maximum amount of time in milliseconds a task might stall due to internal errors and retries until an error is raised. For a timeout of 0ms, a task would raise an error for the first internal error. For any timeout larger than 0ms, a task will retry at least once before an error is raised.
Default Values by Kafka Version
| Kafka Version | Default Value |
|---|---|
| 2.7 | 300000 (5 minutes) |
| 2.8 | 300000 (5 minutes) |
| 3.0 | 300000 (5 minutes) |
| 3.1 | 300000 (5 minutes) |
| 3.2 | 300000 (5 minutes) |
| 3.3 | 300000 (5 minutes) |
| 3.4 | 300000 (5 minutes) |
| 3.5 | 300000 (5 minutes) |
| 3.6 | 300000 (5 minutes) |
| 3.7 | 300000 (5 minutes) |
| 3.8 | 300000 (5 minutes) |
| 3.9 | 300000 (5 minutes) |
| 4.0 | 300000 (5 minutes) |
| 4.1 | 300000 (5 minutes) |
| 4.2 | 300000 (5 minutes) |
Manage Kafka configs across all your clusters with Conduktor Console — view, compare, and update configurations in one place.