Kafka Commands 1
Kafka Commands 1
D:\kafka_2.13-3.9.1\bin\windows\zookeeper-server-start D:\kafka_2.13-3.9.1\config\
zookeeper.properties
D:\kafka_2.13-3.9.1\bin\windows\kafka-server-start D:\kafka_2.13-3.9.1\config\
server.properties
D:\kafka_2.13-3.9.1\bin\windows>kafka-console-producer --bootstrap-server
localhost:9092 --topic rakesh-tpc
>hai
>123
D:\kafka_2.13-3.9.1\bin\windows>kafka-console-consumer.bat --bootstrap-server
localhost:9092 --topic rakesh-tpc
hello
hai
123
logs-storage
1) \tmp\zookeeper\version-2
2) /tmp/kafka-logs
mvn spring-boot:run