Uploaded image for project: 'Kafka'
  1. Kafka
  2. KAFKA-7141

kafka-consumer-group doesn't describe existing group

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.11.0.0, 1.0.1
    • 2.1.0
    • admin
    • None

    Description

      I am running two consumers: akka-stream-kafka consumer with standard config section as described in the https://doc.akka.io/docs/akka-stream-kafka/current/consumer.html and  kafka-console-consumer.

      akka-stream-kafka consumer configuration looks like this

      akka.kafka.consumer{

        kafka-clients{

          group.id = "myakkastreamkafka-1"

         enable.auto.commit = false

      }
      }

      I am able to see the both groups with the command

      kafka-consumer-groups --bootstrap-server 127.0.0.1:9092 --list
      Note: This will not show information about old Zookeeper-based consumers.

      myakkastreamkafka-1
      console-consumer-57171

      I am able to view details about the console consumer group

      kafka-consumer-groups --describe --bootstrap-server 127.0.0.1:9092 --group console-consumer-57171
      Note: This will not show information about old Zookeeper-based consumers.

      TOPIC PARTITION CURRENT-OFFSET LOG-END-OFFSET LAG CONSUMER-ID HOST CLIENT-ID
      STREAM-TEST 0 0 0 0 consumer-1-6b928e07-196a-4322-9928-068681617878 /172.19.0.4 consumer-1

      But the command to describe my akka stream consumer gives me empty output:

      kafka-consumer-groups --describe --bootstrap-server 127.0.0.1:9092 --group myakkastreamkafka-1
      Note: This will not show information about old Zookeeper-based consumers.

      TOPIC PARTITION CURRENT-OFFSET LOG-END-OFFSET LAG CONSUMER-ID HOST CLIENT-ID

       

      That is strange. Can you please check the issue?

      Attachments

        Issue Links

          Activity

            People

              huxi_2b huxihx
              kioria Bohdana Panchenko
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: