kafka启动报错
[2020-08-31 06:01:05,172] ERROR Fatal error during KafkaServer startup. Prepare to shutdown (kafka.server.KafkaServer)
kafka.common.InconsistentClusterIdException: The Cluster ID xx_v987654321o8w doesn't match stored clusterId Some(TTEXWWWSS) in meta.properties. The broker is trying to join the wrong cluster. Configured zookeeper.connect may be wrong.
at kafka.server.KafkaServer.startup(KafkaServer.scala:235)
at kafka.server.KafkaServerStartable.startup(KafkaServerStartable.scala:44)
at kafka.Kafka$.main(Kafka.scala:82)
#################
错误原因:
参考:
https://www.cnblogs.com/biehongli/p/8933216.html