下载安装包
http://download.kafka-eagle.org/
环境需要安装jdk这里不在
scp kafka-eagle-bin-2.1.0.tar.gz root@172.16.1.61:/opt/env/
tar -xf kafka-eagle-bin-2.1.0.tar.gz
mv kafka-eagle-bin-2.1.0 kafka-eagle
修改配置文件
vim conf/system-config.properties
需要修改2处
第一 kafka地址
efak.zk.cluster.alias=cluster1
cluster1.zk.list=127.0.0.1:2181
第二 mysql地址
efak.driver=com.mysql.cj.jdbc.Driver
efak.url=jdbc:mysql://127.0.0.1:3306/ke?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull
efak.username=root
efak.password=123456

启动

./bin/ke.sh start

即可启动

 

最后修改于 2022-02-08 11:20:57
如果觉得我的文章对你有用,请随意赞赏
扫一扫支付
上一篇