You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Dave DeMaagd (JIRA)" <ji...@apache.org> on 2013/01/25 02:45:12 UTC

[jira] [Created] (KAFKA-735) Add looping and JSON output for ConsumerOffsetChecker

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