Create a topic kafka

Create a new Kafka topic with 6 partitions and RF=3

kafka-topics.sh --bootstrap-server kafka:9092 --create --topic my-topic --partitions 6 --replication-factor 3
more kafka all 20 commands →