Skip to content

Instantly share code, notes, and snippets.

@dineshgowda24
Created April 2, 2021 05:47
Show Gist options
  • Save dineshgowda24/301f5b4eaa80ec5fe4cee40b48eddcf9 to your computer and use it in GitHub Desktop.
Save dineshgowda24/301f5b4eaa80ec5fe4cee40b48eddcf9 to your computer and use it in GitHub Desktop.
zookeeper-server-start config/zookeeper.properties
kafka-server-start config/server.properties
kafka-console-consumer --bootstrap-server localhost:9092 --topic <topicid> --group <groupid>
kafka-console-producer --bootstrap-server localhost:9092 --topic <topicid>
kafka-topics --bootstrap-server localhost:9092 --topic <topicid> --describe
kafka-console-consumer --bootstrap-server localhost:9092 --topic <topicid> --from-beginning
kafka-topics --bootstrap-server localhost:9092 --list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment