Skip to content

Instantly share code, notes, and snippets.

@oivoodoo
Created December 7, 2017 12:47
Show Gist options
  • Select an option

  • Save oivoodoo/5284f530eb908e0c43c87008c09878d1 to your computer and use it in GitHub Desktop.

Select an option

Save oivoodoo/5284f530eb908e0c43c87008c09878d1 to your computer and use it in GitHub Desktop.
Kafka internal topics offsets watcher.
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