Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save gmyrianthous/cc77748bc9ee3148ca4478b52d79025d to your computer and use it in GitHub Desktop.
Save gmyrianthous/cc77748bc9ee3148ca4478b52d79025d to your computer and use it in GitHub Desktop.
kafka-console-consumer-next-n-messages
bin/kafka-console-consumer.sh \
--bootstrap-server localhost:9092 \
--topic test \
--max-messages 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment