Created
January 7, 2020 13:01
-
-
Save cyberjso/3decfb0b5c96d39ef4cbebb870aa649c to your computer and use it in GitHub Desktop.
Check Lag of a given kafka topic
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
./bin/kafka-consumer-groups.sh \ | |
--bootstrap-server localhost:9092 \ | |
--describe --group group-name |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment