δΈζ | English
Kafka Sprout is a web GUI that helps you quickly start up Zookeeper and Kafka servers on your local machine without any code configuration. Easily view, manage, and configure your Kafka topics and brokers with a push of a button. Kafka Sprout also displays relevant realtime metrics including Request Rate, Network I/O Rate, etc. Give it a spin and let us know what features you want next!
- 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
If you found this interesting or helpful at all, feel free to drop a β β on this project to show your support!
You can contribute by:
- Raising any issues you find using Kafka Sprout
- Fixing issues by opening Pull Requests
- Improving documentation
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.
If you want to get in touch with us first before contributing, shoot us an email at [email protected]. Kafka Sprout is actively maintained!
MIT