GitHub user ewencp opened a pull request: https://github.com/apache/kafka/pull/770
KAFKA-3080: Fix ConsoleConsumerTest by checking version when service is started The MessageFormatter being used was only introduced as of 0.9.0.0. The Kafka version in some tests is changed dynamically, sometimes from trunk back to an earlier version, so this option must be set based on the version used when the service is started, not when it is created. You can merge this pull request into a Git repository by running: $ git pull https://github.com/ewencp/kafka kafka-3080-system-test-console-consumer-version-failure Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/770.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 #770 ---- commit 0f0d33fe251f7dd94bd580c7e368f763ea680aea Author: Ewen Cheslack-Postava <m...@ewencp.org> Date: 2016-01-14T07:54:55Z KAFKA-3080: Fix ConsoleConsumerTest by checking version when service is started The MessageFormatter being used was only introduced as of 0.9.0.0. The Kafka version in some tests is changed dynamically, sometimes from trunk back to an earlier version, so this option must be set based on the version used when the service is started, not when it is created. ---- --- 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. ---