Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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. Author: Ewen Cheslack-Postava <[email protected]> Reviewers: Geoff Anderson, Ismael Juma, Grant Henke Closes apache#770 from ewencp/kafka-3080-system-test-console-consumer-version-failure
- Loading branch information