Files
kafka-console-ui/README.md
2021-09-07 20:51:36 +08:00

35 lines
662 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# kafka可视化管理平台
目前支持aclSASL认证机制及受权管理操作
实现spring boot + scala + vue + kafka
## kafka版本
* kafka 2.8.0
# 打包、部署
## 打包
环境要求
* maven 3+
* jdk 8
```
git clone https://github.com/xxd763795151/kafka-console-ui.git
cd kafka-console-ui
sh package.sh
```
打包成功输出文件target/kafka-console-ui.tar.gz
## 部署
```
# 解压缩
tar -zxvf kafka-console-ui.tar.gz
# 进入解压缩后的目录
cd kafka-console-ui
# 编辑配置
vim config/application.yml
# 启动
sh bin/start.sh
# 停止
sh bin/shutdown.sh
```
# 开发环境
* jdk 8
* idea
* scala 2.13
* maven 3+
* webstorm