ben fleis created KAFKA-692: ------------------------------- Summary: ConsoleConsumer outputs diagnostic message to stdout instead of stderr Key: KAFKA-692 URL: https://issues.apache.org/jira/browse/KAFKA-692 Project: Kafka Issue Type: Bug Components: clients Affects Versions: 0.8 Reporter: ben fleis Priority: Minor Fix For: 0.8
At the end of its handling loop, ConsoleConsumer prints "Consumed %d messages" to standard out. Clients who use customer formatters, and read this output, shouldn't need to special case this line, or accept a parse error. It should instead go (as all diagnostics should) to stderr. patch attached. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira