kafka.common.InconsistentBrokerIdException: Configured broker.id 1 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).
at kafka.server.KafkaServer.getBrokerId(KafkaServer.scala:677)
at kafka.server.KafkaServer.startup(KafkaServer.scala:198)
at kafka.server.KafkaServerStartable.startup(KafkaServerStartable.scala:38)
at kafka.Kafka$.main(Kafka.scala:65)
at kafka.Kafka.main(Kafka.scala)

1.修改 /config/server.properties
2.修改$KAFKA_LOG/meta.properties

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-08-30
  • 2020-07-21
  • 2021-08-15
  • 2021-07-07
  • 2021-06-07
  • 2021-05-21
猜你喜欢
  • 2021-12-13
  • 2021-11-16
  • 2021-10-24
  • 2022-01-14
  • 2022-12-23
  • 2021-12-03
相关资源
相似解决方案