Skip to content

Instantly share code, notes, and snippets.

@lechidung
Created July 9, 2019 04:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lechidung/85dc4f6069794f1fa957049d31076855 to your computer and use it in GitHub Desktop.
Save lechidung/85dc4f6069794f1fa957049d31076855 to your computer and use it in GitHub Desktop.
Start a consumer on Kafka
> bin/kafka-console-consumer.sh --bootstrap-server localhost:9092 --topic test --from-beginning
Message 1
Message 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment