Showing posts with label topic. Show all posts
Showing posts with label topic. Show all posts

May 24, 2022

Kafka Commands for Windows

  1. bin/windows/zookeeper-server-start.bat ./config/zookeeper.properties -to start zookeeper
  2. bin/windows/kafka-server-start.bat ./config/server.properties -to start Kafka server
  3. bin/windows/kafka-topics.bat --create --topic <topic_name> --bootstrap-server "127.0.0.1:9092"