kafkamanager安装

一.下载kafkamanager2.0

https://download.csdn.net/download/cyw8998/89892482

二.修改配置文件

解压缩

unzip kafka-manager-2.0.0.0.zip

vim application.conf

/opt/module/kafka-manager-2.0.0.0/conf/application.conf

添加以下内容:(连接zookeeper)

复制代码
kafka-manager.zkhosts="192.168.1.104:2181"

三.执行

复制代码
nohup bin/kafka-manager -Dhttp.port=7456 >/opt/module/kafka-manager-2.0.0.0/start.log 2>&1 &

后台运行

四.访问

复制代码
http://localhost:7456
相关推荐
CodeWithMe9 小时前
【Note】《Kafka: The Definitive Guide》 第5章:深入 Kafka 内部结构,理解分布式日志系统的核心奥秘
分布式·kafka
CodeWithMe9 小时前
【Note】《Kafka: The Definitive Guide》第一章:Meet Kafka
分布式·kafka
CodeWithMe9 小时前
【Note】《Kafka: The Definitive Guide》 第二章 Installing Kafka:Kafka 安装与运行
分布式·kafka
CodeWithMe14 小时前
【Note】《Kafka: The Definitive Guide》 第8章: Cross-Cluster Data Mirroring
分布式·kafka
Alaia.15 小时前
【kafka 3.9.1】单机版集群部署并配置kafka的SASL认证
分布式·kafka
亲爱的非洲野猪1 天前
Kafka消息积压的多维度解决方案:超越简单扩容的完整策略
java·分布式·中间件·kafka
亲爱的非洲野猪1 天前
Kafka “假死“现象深度解析与解决方案
分布式·kafka
CodeWithMe1 天前
【Note】《Kafka: The Definitive Guide》第三章: Kafka 生产者深入解析:如何高效写入 Kafka 消息队列
分布式·kafka
虾条_花吹雪1 天前
2、Connecting to Kafka
分布式·ai·kafka
亲爱的非洲野猪2 天前
Kafka消息积压全面解决方案:从应急处理到系统优化
分布式·kafka