mirror of https://github.com/apache/kafka.git
The KafkaProducer code would set infinite retries (MAX_INT) if the producer was configured with idempotence and no retries were configured by the user. This is superfluous because KIP-91 changed the retry functionality to both be time-based and the default retries config to be MAX_INT. Reviewers: Jason Gustafson <jason@confluent.io> |
||
|---|---|---|
| .. | ||
| src | ||
| .gitignore | ||