English | 中文
Kafka Sprout 是一个 Web Gui,让用户容易和快速地开始 Apache Kafka 和 Zookeeper, 不需要代码配置。只需要按一下按钮,用户就可以查看,管理和配置Kafka Cluster。Kafka Sprout 也会让用户观察主要功能表现数据,包括 Request Rate 和 Network I/O Rate。 请试一下!让我们知道您接下来想要什么其他的功能!
- Clone this repo:
git clone https://github.com/oslabs-beta/Kafka-Sprout.git
- Run the application in the root folder. This will also install node locally to build the frontend.
mvn spring-boot:run # for Mac
./mvnw spring-boot:run # for Windows
- Go to http://localhost:8080/ on your browser.
- Java (version 11 or newer)
- Maven (version 3.6.3 or newer)
- Kafka (version 0.11.0 or newer)
- Node.js (version 12.18.3 or newer)
Spring Boot | Spring Web Socket | Styled Components | React | Typescript | Apache Kafka
Brian Hong | Midori Yang | Nak Kim | Nicole Ip | Winford Lin
如果您觉得这个工具很有趣或者有帮助的话,请给一个 🌟 星 🌟 ,以表示支持!
您可以通过以下方式做出建议:
- 使用 Kafka Sprout 时,请提出任何的问题
- 请通过 Pull Request 解决问题
- 改善相关的文件
All bugs, tasks or enhancements are tracked as GitHub issues. Issues which might be a good start for new contributors are marked with "good-start" label.
如果您想联系我们,请给我们发送电子邮件 [email protected]
MIT