What is Kafka
Kafka CLI Commands
Create new Topics with Partition
bin\windows\kafka-topics.bat --bootstrap-server localhost:9092 --create --topic --NewTopic --partitions 3
List all Topics Name
bin\windows\kafka-topics.bat --bootstrap-server localhost:9092 --l...
backend-geek.hashnode.dev1 min read