Browse Source
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>pull/8045/merge
Stanislav Kozlovski
5 years ago
committed by
GitHub
1 changed files with 1 additions and 11 deletions
Loading…
Reference in new issue