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

Provide a group admin command to get group information or do some admin operation

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 1.0.0
    • None
    • admin
    • None

    Description

      How to run this command
      If you have a batch of kafka shell script

      bin/kafka-run-class.sh kafka.admin.GroupCommand
      If you have only a fat jar

      java -cp xxx.jar kafka.admin.GroupCommand
      The following sub cmd is supported
      sub cmd description argument example
      list list group --bootstrap-server localhost:9099 --list
      describe describe group and show group member. --bootstrap-server localhost:9092 --describe --group producer-xxxxxx-127.0.0.1
      leaveGroup leave specify member from a given group, star means all --bootstrap-server localhost:9092 --leaveGroup --group producer-xxxxx-127.0.0.1 --memberId *

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              maobaolong Baolong Mao
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: