Skip to content

Instantly share code, notes, and snippets.

@wupher
Created March 1, 2020 13:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wupher/f6f0a4e3ce72fa16acf2c6c80f3617e2 to your computer and use it in GitHub Desktop.
Save wupher/f6f0a4e3ce72fa16acf2c6c80f3617e2 to your computer and use it in GitHub Desktop.
list kafka consumers group details #kafka
./kafka-consumer-groups.sh \
--bootstrap-server localhost:9092 \
--group managerApp \
--describe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment