GitHub user apurvam opened a pull request: https://github.com/apache/kafka/pull/3969
KAFKA-5888: System test to check ordering of messages with transactions and max.in.flight > 1 You can merge this pull request into a Git repository by running: $ git pull https://github.com/apurvam/kafka KAFKA-5888-system-test-which-check-ordering Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/3969.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 #3969 ---- commit bb6b3cf2545984a03d8177d6eaa205261540a0dd Author: Apurva Mehta <apu...@confluent.io> Date: 2017-09-27T01:18:27Z Initial commit of transaction system test which checks for message ordering commit 2dc508603266407f1fc5de10954a8807bfa85440 Author: Apurva Mehta <apu...@confluent.io> Date: 2017-09-27T04:16:56Z Small refactor to use the ducktape @matrix feature to run tests which check order as well as tests that don't ---- ---