message.send.max.retries — Kafka Producer Configuration
This property will cause the producer to automatically retry a failed send request. This property specifies the number of retries when such failures occur.
Description
This property will cause the producer to automatically retry a failed send request. This property specifies the number of retries when such failures occur. Note that setting a non-zero value here can lead to duplicates in the case of network errors that cause a message to be sent but the acknowledgement to be lost.
Default Values by Kafka Version
| Kafka Version | Default Value |
|---|---|
| 0.8.0 | 3 |
| 0.8.1 | 3 |
| 0.8.2 | 3 |
Manage Kafka configs across all your clusters with Conduktor Console — view, compare, and update configurations in one place.