ERROR Fatal error during KafkaServer startup. Prepare to shutdown (kafka.server.KafkaServer)
kafka.common.InconsistentBrokerIdException: Configured broker.id 4 doesn't match stored broker.id 0 in meta.properties. If you moved your data, make sure your configured broker.id matches. If you intend to create a new broker, you should remove all data in your data directories (log.dirs).
 
解决方法:
修改日志文件下的。meta.properties配置文件里的broker.id 要跟config下的server.properties中的broker.id一致

相关文章:

  • 2021-09-01
  • 2022-03-10
  • 2021-09-07
  • 2021-06-05
  • 2021-10-15
  • 2022-01-14
猜你喜欢
  • 2022-12-23
  • 2021-11-01
  • 2022-12-23
  • 2022-12-23
  • 2021-07-11
  • 2021-08-12
  • 2022-01-19
相关资源
相似解决方案