Skip to content

Instantly share code, notes, and snippets.

@gmyrianthous
Created March 6, 2021 17:05
Show Gist options
  • Select an option

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

Select an option

Save gmyrianthous/8e0b843cd34c7d7e31024ea77ed5f23c to your computer and use it in GitHub Desktop.
kafkacat-consume-last-n-messages
kafkacat \
-C \
-b localhost:9092 \
-t testTopic \
-o -10 \
-p 1 \
-e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment