GitHub user kawamuray reopened a pull request: https://github.com/apache/kafka/pull/1607
MINOR: Doc of 'retries' config should mention about max.in.flight.requests.per.connection to avoid confusion When I first read the doc of producer config `retries`, it was quite confusing because it sounds like there's no way to guarantee in-order message producing with keep it durable for broker failure. If my understanding is correct, I felt it is much kind if the doc of `retries` mention about `max.in.flight.requests.per.connection`. You can merge this pull request into a Git repository by running: $ git pull https://github.com/kawamuray/kafka MINOR-retries-doc Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/1607.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1607 ---- commit f4f0b00da6cf8daf01dea102f9442cc940661b0f Author: Yuto Kawamura <kawamuray.dad...@gmail.com> Date: 2016-07-11T13:47:14Z MINOR: Doc of 'retires' config should mention about max.in.flight.requests.per.connection to avoid confusion ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---