[ https://issues.apache.org/jira/browse/KAFKA-313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14527075#comment-14527075 ]
Neha Narkhede commented on KAFKA-313: ------------------------------------- [~singhashish] I'm sorry for the delay. Not sure how this slipped through the list that [~junrao] is maintaining for patches under review. We really need our review-nag script :) This just crossed my mind. Since the last time you uploaded this patch, we started the KIP Review process for all user-facing changes. My guess is that changes to user-facing tools are included in that. Would you mind starting a quick KIP discussion on this, it should be a quick vote. I can help merge your patch right after (we might need a rebase) > Add JSON/CSV output and looping options to ConsumerGroupCommand > --------------------------------------------------------------- > > Key: KAFKA-313 > URL: https://issues.apache.org/jira/browse/KAFKA-313 > Project: Kafka > Issue Type: Improvement > Reporter: Dave DeMaagd > Assignee: Ashish K Singh > Priority: Minor > Labels: newbie, patch > Fix For: 0.8.3 > > Attachments: KAFKA-313-2012032200.diff, KAFKA-313.1.patch, > KAFKA-313.patch, KAFKA-313_2015-02-23_18:11:32.patch > > > Adds: > * '--loop N' - causes the program to loop forever, sleeping for up to N > seconds between loops (loop time minus collection time, unless that's less > than 0, at which point it will just run again immediately) > * '--asjson' - display as a JSON string instead of the more human readable > output format. > Neither of the above depend on each other (you can loop in the human > readable output, or do a single shot execution with JSON output). Existing > behavior/output maintained if neither of the above are used. Diff Attached. > Impacted files: > core/src/main/scala/kafka/admin/ConsumerGroupCommand.scala -- This message was sent by Atlassian JIRA (v6.3.4#6332)