【发布时间】:2021-09-28 16:42:19
【问题描述】:
confluent 控制中心未启动。
我执行了以下命令来启动 Confluent 平台
- Zookeeper 启动(1 号航站楼)
- Kafka 开始(2 号航站楼)
架构注册表启动(终端 3)
然后我尝试启动控制中心(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)
【问题讨论】:
-
您可以在属性文件中更新控制中心ID
-
您是否能够启动 Confluent 控制中心?
-
通过更新属性文件中的控制中心 ID 来工作
标签: apache-kafka confluent-platform confluent-control-center