Exception in thread "main" joptsimple.UnrecognizedOptionException: zookeeper is not a recognized option
kafka创建一个topic遇到问题:Exception in thread "main" joptsimple.UnrecognizedOptionException: zookeeper is not a recognized option
原命令:kafka-topics.bat --create --zookeeper localhost:2181 --replication-factor 1 --partitions 1 --topic test
成功命令:kafka-topics.bat --create --bootstrap-server localhost:9092 --replication-factor 1 --partitions 1 --topic test