首页 > 解决方案 > Confluent 控制中心未启动

问题描述

汇合控制中心未启动。

我执行了以下命令来启动 Confluent 平台

  1. Zookeeper 启动(1 号航站楼)
  2. 卡夫卡开始(2号航站楼)
  3. 模式注册表启动(终端 3)

  4. 然后我尝试启动控制中心(4 号航站楼)。但得到错误。它没有开始。

    [2019-10-30 08:58:36,331] INFO [main] unable to get command store (io.confluent.command.CommandStore)
    [2019-10-30 08:58:37,331] INFO [main] unable to get command store (io.confluent.command.CommandStore)
    [2019-10-30 08:58:37,331] WARN [main] unable to start with allowance=300000 (io.confluent.command.CommandStore)
    [2019-10-30 08:58:37,332] ERROR [main] failed to start topology (io.confluent.controlcenter.ControlCenter)
java.util.concurrent.TimeoutException
        at io.confluent.command.CommandStore.start(CommandStore.java:108)
        at io.confluent.controlcenter.ControlCenter.main(ControlCenter.java:124)

标签: apache-kafkaconfluent-platformconfluent-control-center

解决方案


通过更新属性文件中的控制中心 ID 来工作

谢谢https://stackoverflow.com/users/3715185/styps


推荐阅读