Created
December 7, 2017 12:47
-
-
Save oivoodoo/5284f530eb908e0c43c87008c09878d1 to your computer and use it in GitHub Desktop.
Kafka internal topics offsets watcher.
This file contains hidden or 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
| echo "exclude.internal.topics=false" > /tmp/consumer.config | |
| ./kafka-console-consumer.sh --consumer.config /tmp/consumer.config --formatter "kafka.coordinator.group.GroupMetadataManager\$OffsetsMessageFormatter" --zookeeper 177.31.0.243:2181 --topic __consumer_offsets --from-beginning |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment