Dave DeMaagd created KAFKA-735: ---------------------------------- Summary: Add looping and JSON output for ConsumerOffsetChecker Key: KAFKA-735 URL: https://issues.apache.org/jira/browse/KAFKA-735 Project: Kafka Issue Type: New Feature Components: tools Affects Versions: 0.8 Reporter: Dave DeMaagd
New options for kafka.tools.ConsumerOffsetChecker: --asjson - Json Output --loop N - Loop interval (in seconds, greater than 0) Both are optional/independent: --asjson w/o --loop => Output as JSON, once and terminates --loop w/o --asjson => Output in default tabular format, repeats on loop defined interval --loop w/ --asjson => Output as JSON, repeats on loop defined interval neither --asjson nor --loop => Current behavior, output in tabular format once and terminates Patch to be 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