正常创建: ./kafka-topics.sh --create --zookeeper 192.168.xx.xx --topic test1 --partitions 3 --replication-factor 2 报错:2.7.0版本支持如下命令,2.5.0则报错,需要注意 ./kafka-topics.sh --create --bootstrap-server 192.168.xx.xx --topic test2 --partitions 3 --replication-factor 2



