From dev-return-38019-apmail-kafka-dev-archive=kafka.apache.org@kafka.apache.org Mon Aug 3 20:34:05 2015 Return-Path: X-Original-To: apmail-kafka-dev-archive@www.apache.org Delivered-To: apmail-kafka-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7D22E1851B for ; Mon, 3 Aug 2015 20:34:05 +0000 (UTC) Received: (qmail 51792 invoked by uid 500); 3 Aug 2015 20:34:05 -0000 Delivered-To: apmail-kafka-dev-archive@kafka.apache.org Received: (qmail 51705 invoked by uid 500); 3 Aug 2015 20:34:05 -0000 Mailing-List: contact dev-help@kafka.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kafka.apache.org Delivered-To: mailing list dev@kafka.apache.org Received: (qmail 51694 invoked by uid 99); 3 Aug 2015 20:34:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Aug 2015 20:34:05 +0000 Date: Mon, 3 Aug 2015 20:34:05 +0000 (UTC) From: "Gwen Shapira (JIRA)" To: dev@kafka.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (KAFKA-313) Add JSON/CSV output and looping options to ConsumerGroupCommand MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/KAFKA-313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gwen Shapira updated KAFKA-313: ------------------------------- Status: In Progress (was: Patch Available) Moving to "in progress" until new patch is submitted fixing issues highlighted in RB. > 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, KAFKA-313_2015-06-24_11:14:24.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)