GitHub user apovzner opened a pull request: https://github.com/apache/kafka/pull/413
KAFKA-2737: Added single- and multi-consumer integration tests for round-robin assignment Two tests: 1. One consumer subscribes to 2 topics, each with 2 partitions; includes adding and removing a topic. 2. Several consumers subscribe to 2 topics, several partition each; includes adding one more consumer after initial assignment is done and verified. You can merge this pull request into a Git repository by running: $ git pull https://github.com/apovzner/kafka cpkafka-76 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/413.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 #413 ---- commit 6e3a74863b50162bed338e6719af0ddd13109268 Author: Anna Povzner <a...@confluent.io> Date: 2015-11-04T00:28:25Z KAFKA-2737: Added single- and multi-consumer integration tests for round-robin assignment ---- --- 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. ---