From dev-return-95936-archive-asf-public=cust-asf.ponee.io@kafka.apache.org Wed Jul 11 00:10:05 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id AA8A1180663 for ; Wed, 11 Jul 2018 00:10:04 +0200 (CEST) Received: (qmail 36899 invoked by uid 500); 10 Jul 2018 22:10:03 -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 36758 invoked by uid 99); 10 Jul 2018 22:10:03 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Jul 2018 22:10:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id BA262C0785 for ; Tue, 10 Jul 2018 22:10:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -110.3 X-Spam-Level: X-Spam-Status: No, score=-110.3 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, KAM_SHORT=0.001, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 1_tsZnuRc-pT for ; Tue, 10 Jul 2018 22:10:02 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 7AB415F42E for ; Tue, 10 Jul 2018 22:10:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id DB558E130C for ; Tue, 10 Jul 2018 22:10:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 4851B23E9C for ; Tue, 10 Jul 2018 22:10:00 +0000 (UTC) Date: Tue, 10 Jul 2018 22:10:00 +0000 (UTC) From: "Vahid Hashemian (JIRA)" To: dev@kafka.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (KAFKA-7141) kafka-consumer-group doesn't describe existing group MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/KAFKA-7141?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] Vahid Hashemian resolved KAFKA-7141. ------------------------------------ Resolution: Not A Problem > kafka-consumer-group doesn't describe existing group > ---------------------------------------------------- > > Key: KAFKA-7141 > URL: https://issues.apache.org/jira/browse/KAFKA-7141 > Project: Kafka > Issue Type: Bug > Components: admin > Affects Versions: 0.11.0.0, 1.0.1 > Reporter: Bohdana Panchenko > Priority: Major > > I am running two consumers: akka-stream-kafka consumer with standard conf= ig section as described in the [https://doc.akka.io/docs/akka-stream-kafka/= current/consumer.html]=C2=A0and =C2=A0kafka-console-consumer. > akka-stream-kafka consumer configuration looks like this > {color:#333333}_akka.kafka.consumer{_{color} > {color:#333333}=C2=A0 _kafka-clients{_{color} > {color:#333333}=C2=A0 =C2=A0 _group.id =3D "myakkastreamkafka-1"_{color} > {color:#333333}=C2=A0 =C2=A0_enable.auto.commit =3D false_{color} > } > {color:#333333} }{color} > =20 > I am able to see the both groups with the command > =20 > *kafka-consumer-groups --bootstrap-server 127.0.0.1:9092 --list* > _Note: This will not show information about old Zookeeper-based consumer= s._ > =20 > _myakkastreamkafka-1_ > _console-consumer-57171_ > {color:#333333}I am able to view details about the console consumer group= {color} > *kafka-consumer-groups --describe --bootstrap-server 127.0.0.1:9092 --gro= up console-consumer-57171* > _{color:#205081}Note: This will not show information about old Zookeeper= -based consumers.{color}_ > _{color:#205081}TOPIC PARTITION CURRENT-OFFSET LOG-END-OFFSET LAG CONSUME= R-ID HOST CLIENT-ID{color}_ > _{color:#205081}STREAM-TEST 0 0 0 0 consumer-1-6b928e07-196a-4322-9928-0= 68681617878 /172.19.0.4 consumer-1{color}_ > {color:#333333}But the command to describe my akka stream consumer gives = me empty output:{color} > *kafka-consumer-groups --describe --bootstrap-server 127.0.0.1:9092 --gro= up myakkastreamkafka-1* > {color:#205081}_Note: This will not show information about old Zookeeper= -based consumers._{color} > {color:#205081}_TOPIC PARTITION CURRENT-OFFSET LOG-END-OFFSET LAG CONSUME= R-ID HOST CLIENT-ID_{color} > =C2=A0 > {color:#333333}That is strange. Can you please check the issue?{color} -- This message was sent by Atlassian JIRA (v7.6.3#76005)