[ 
https://issues.apache.org/jira/browse/KAFKA-735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13670061#comment-13670061
 ] 

Jun Rao commented on KAFKA-735:
-------------------------------

Sorry for the late review. This probably should be fixed in trunk. The patch no 
longer applies. Could you rebase? Thanks,
                
> 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
>              Labels: patch
>         Attachments: KAFKA-735-2.patch, KAFKA-735.patch
>
>
> 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

Reply via email to