LiamClarkeNZ opened a new pull request #11475:
URL: https://github.com/apache/kafka/pull/11475


   In KAFKA-7077 and the associated KIP-318, there's a desire to a) enable 
producer idempotence and b) set max in flight requests to 5 to improve 
throughput, as opposed to the previous hardwired 1. 
   
   With the change of producer defaults in Kafka 3.0.0 (acks = all, 
enable.idempotence = true, max.in.flight.requests.per.connection=5) all this 
behaviour comes for free if the explicit producer configuration in the Worker 
is removed. 
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to