Skip to content

Instantly share code, notes, and snippets.

@cyberjso
Created January 7, 2020 13:01
Show Gist options
  • Save cyberjso/75f052a61c7d359683c72b5fc1668afe to your computer and use it in GitHub Desktop.
Save cyberjso/75f052a61c7d359683c72b5fc1668afe to your computer and use it in GitHub Desktop.
Check Lag of a given kafka topic
#!/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