Skip to content

Instantly share code, notes, and snippets.

@gmyrianthous
Last active March 6, 2021 15:00
Show Gist options
  • Save gmyrianthous/386e3f23179166a93bf6f9d29faaff92 to your computer and use it in GitHub Desktop.
Save gmyrianthous/386e3f23179166a93bf6f9d29faaff92 to your computer and use it in GitHub Desktop.
kafka-console-consumer-all-messages
bin/kafka-console-consumer.sh \
--bootstrap-server localhost:9092 \
--topic test \
--from-beginning
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment