metadata.fetch.timeout.ms — Kafka Producer Configuration
The first time data is sent to a topic we must fetch metadata about that topic to know which servers host the topic's partitions. This config specifies the maximum time, in milliseconds, for this fetch to succeed before throwing an exception back to the client.
Description
The first time data is sent to a topic we must fetch metadata about that topic to know which servers host the topic's partitions. This config specifies the maximum time, in milliseconds, for this fetch to succeed before throwing an exception back to the client.
Default Values by Kafka Version
| Kafka Version | Default Value |
|---|---|
| 0.8.1 | 60000 |
| 0.8.2 | 60000 |
| 0.9.0 | 60000 |
| 0.10.0 | 60000 |
| 0.10.1 | 60000 |
| 0.10.2 | 60000 |
Manage Kafka configs across all your clusters with Conduktor Console — view, compare, and update configurations in one place.