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
Created
April 2, 2021 05:47
-
-
Save dineshgowda24/301f5b4eaa80ec5fe4cee40b48eddcf9 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment