【发布时间】:2018-08-10 20:03:03
【问题描述】:
我在 Linux VM 上的单一云上部署了 Confluent,我计划为消费者配置拦截器。
但是如何配置控制中心以访问其 Web 界面?
已部署 Confluent Control Center Enterprise Edition。
【问题讨论】:
标签: apache-kafka confluent-platform
我在 Linux VM 上的单一云上部署了 Confluent,我计划为消费者配置拦截器。
但是如何配置控制中心以访问其 Web 界面?
已部署 Confluent Control Center Enterprise Edition。
【问题讨论】:
标签: apache-kafka confluent-platform
不是很清楚你遇到了什么问题。
编辑server.properties 文件。添加引导服务器、Zookeeper quorum 和可选的连接集群。
这样,你至少应该能够看到集群中的主题
以服务器属性文件作为参数运行control-center 二进制文件。
在the documentation查看客户端进行监控所需的其他设置步骤
【讨论】: