GitHub user becketqin opened a pull request:
https://github.com/apache/kafka/pull/857
KAFKA-3197 Fix producer sending records out of order
This patch adds a new configuration to the producer to enforce the maximum
in flight batch for each partition. The patch itself is small, but this is an
interface change. Given this is a pretty important fix, may be we can run a
quick KIP on it.
This patch did not remove max.in.flight.request.per.connection
configuration because it might still have some value to throttle the number of
requests sent to a broker. This is primarily for broker's interest.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/becketqin/kafka KAFKA-3197
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/857.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 #857
----
commit c12c1e2044fe92954e0c8a27f63263f2020ddd3c
Author: Jiangjie Qin <[email protected]>
Date: 2016-02-03T06:51:41Z
KAFKA-3197 Fix producer sending records out of order
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---