Skip to content

Instantly share code, notes, and snippets.

@gmyrianthous
Created March 6, 2021 16:20
Show Gist options
  • Select an option

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

Select an option

Save gmyrianthous/ac3cfcfd2891b53b11af522141574267 to your computer and use it in GitHub Desktop.
kafkacat-consume-first-n
kafkacat \
-C \
-b localhost:9092 \
-t testTopic \
-o beginning \
-c 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment