We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kafka-console-ui 一款轻量级的kafka可视化管理平台,安装配置快捷、简单易用。如果习惯了rocketmq官方管理平台的老哥,在kafka管理平台的选择上,可以试试这款,页面布局风格非常相似。
https://github.com/xxd763795151/kafka-console-ui
进入kafka-console-ui的仓库,下载安装包后,启动步骤如下:
start.bat
# 解压缩 unzip kafka-console-ui.zip # 进入解压缩后的目录 cd kafka-console-ui # 启动 sh bin/start.sh # 停止 sh bin/shutdown.sh
启动完成,访问:http://127.0.0.1:7766,打开运维页面,增加kafka集群信息,增加方法查看:https://github.com/xxd763795151/kafka-console-ui 的配置集群部分
The text was updated successfully, but these errors were encountered:
No branches or pull requests
介绍
kafka-console-ui 一款轻量级的kafka可视化管理平台,安装配置快捷、简单易用。如果习惯了rocketmq官方管理平台的老哥,在kafka管理平台的选择上,可以试试这款,页面布局风格非常相似。
github 地址
https://github.com/xxd763795151/kafka-console-ui
功能
快速使用
进入kafka-console-ui的仓库,下载安装包后,启动步骤如下:
Windows
start.bat
启动Linux或Mac OS
访问地址
启动完成,访问:http://127.0.0.1:7766,打开运维页面,增加kafka集群信息,增加方法查看:https://github.com/xxd763795151/kafka-console-ui 的配置集群部分
The text was updated successfully, but these errors were encountered: