kafka/clients
Stanislav Kozlovski ea72edebf2
MINOR: Do not override retries for idempotent producers (#8097)
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>
2020-02-12 23:42:02 -08:00
..
src MINOR: Do not override retries for idempotent producers (#8097) 2020-02-12 23:42:02 -08:00
.gitignore KAFKA-4848: Fix retryWithBackoff deadlock issue 2017-03-20 21:56:15 -07:00