Kafka - Topics and Partitions
You tried to create a topic with this command:
What is the error?
kafka-topics.sh --create --topic logs --partitions two --replication-factor 3 --bootstrap-server localhost:9092
What is the error?
