Kafka-Sprout
Kafka-Sprout copied to clipboard
:rocket: Web GUI for Kafka Cluster Management
What is the equivalent in Spring?
If for some reason a user starts up a broker outside of the web client, they should be able to make a new GET request to the backend to update...
- Force killing a broker causes Zookeeper to throw an error later because the ephemeral node connection was not properly shut down, as described [here](https://github.com/wurstmeister/kafka-docker/issues/389) and [here](https://stackoverflow.com/questions/39759071/error-while-starting-kafka-broker/44426034). - Find the...
Would be better UX than just emphasizing the dependencies in the README
I.e. check if the folder passed in for properties files also has additional server.properties files, if not throw error message to the front end
Check existing properties files and data folders to see what files already exist and display them as "inactive" brokers that can be spun up - Would need to make sure...
Kafka installed on MacOS with homebrew seems to automatically install a zkServer.sh script that can be used to check if the Zookeeper server is online, but no equivalent file is...
Kafka's native Admin API does not support topic deletion on Windows machine. two options: 1. wait until Kafka supports the feature for Windows 2. manually delete log folder if it...