GitHub user dicej opened a pull request: https://github.com/apache/kafka/pull/3522
MINOR: consume from outputTopic in EosIntegrationTest.runSimpleCopyTest Previously, the code mistakenly consumed from inputTopic, which worked, but didn't actually verify that the messages were correctly copied from inputTopic to outputTopic. You can merge this pull request into a Git repository by running: $ git pull https://github.com/dicej/kafka trunk Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/3522.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 #3522 ---- commit 446f7a672a3c6bc1e0a0e09dda1ab01c5c8ea7af Author: Joel Dice <jd...@mersive.com> Date: 2017-07-12T17:36:00Z MINOR: consume from outputTopic in EosIntegrationTest.runSimpleCopyTest Previously, the code mistakenly consumed from inputTopic, which worked, but didn't actually verify that the messages were correctly copied from inputTopic to outputTopic. ---- --- 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. ---