一 Kafka集群
s202 s203 s204
二 创建副本数为2 分区数为5 topic为test3的topic
kafka-topics.sh --create --zookeeper s202:2181 --replication-factor 2 --partitions 5 --topic test3
三 分区和副本查看的两种方法
1 通过Zookeeper命令查看
get /brokers/topic