ableegoldman opened a new pull request #10690: URL: https://github.com/apache/kafka/pull/10690
The docs for the `max.in.flight.requests.per.connection` and `enable.idempotence` configs currently imply that setting the max in-flight request greater than 1 will break the message ordering guarantee, but that is only true if `enable.idempotence` is false. When using an idempotent producer, the max in-flight request can be up to 5 without re-ordering messages. -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org