Why is kafka not creating a topic? bootstrap-server is not a recognized option
问题 I am new to Kafka and trying to create a new topic on my local machine. I am following this link. Here are the steps which i followed: Start zookeeper bin/zookeeper-server-start.sh config/zookeeper.properties Start kafka-server bin/kafka-server-start.sh config/server.properties Create a topic bin/kafka-topics.sh --create --bootstrap-server localhost:9092 --replication-factor 1 --partitions 1 --topic test but when creating the topic, i am getting the following error: Exception in thread "main"