Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save gmyrianthous/a94b07a1f88978b750f72fa7ee9643d3 to your computer and use it in GitHub Desktop.

Select an option

Save gmyrianthous/a94b07a1f88978b750f72fa7ee9643d3 to your computer and use it in GitHub Desktop.
kafka-console-consumer-last-n-messages
bin/kafka-simple-consumer-shell.sh \
--bootstrap-server localhost:9092 \
--topic testTopic \
--partition 1 \
--offset 12873
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment