在 Kafka 的最新版本中是否弃用了 Zookeeper?

Is Zookeeper use deprecated in Kafka last versions?

长期以来,Kafka 都在试图摆脱 Zookeeper。 Kafka 的最新版本是否已弃用 Zookeeper? 或者 Kafka 集群仍然需要它?

KIP 500 is for removing Zookeeper dependency. Currently the newest version of Kafka has not removed it. You can view the list of KIP and the version of Kafka that implements them here。没有为 KIP 500 指定 Kafka 版本。