ERROR Fatal error during KafkaServer startup. Prepare to shutdown (kafka.server.KafkaServer) kafka.c

在这里插入图片描述

文章目录

  • 问题描述:
  • 原因分析:
  • 解决方案:
    • 方法一:
    • 方法二:

问题描述:

开启 ZooKeeper 之后,准备启动 Kafka 服务,结果出现 ERROR Fatal error during KafkaServer startup. Prepare to shutdown (kafka.server.KafkaServer) kafka.common.InconsistentClusterIdException: The Cluster ID Z3dsClK3TtgwPiNLIQI493 doesn’t match stored clusterId Some(Zgwgk1bCSskTYBvQ4714m9E) in meta.properties. The broker is trying to join the wrong cluster. Configured zookeeper.connect may be wrong. 这个问题。


                                                        

本文来自网络,不代表协通编程立场,如若转载,请注明出处:https://net2asp.com/799df2e676.html