Kafka-Sprout icon indicating copy to clipboard operation
Kafka-Sprout copied to clipboard

:rocket: Web GUI for Kafka Cluster Management

Results 10 Kafka-Sprout issues
Sort by recently updated
recently updated
newest added

What is the equivalent in Spring?

enhancement
good first issue

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...

enhancement
good first issue

- 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...

enhancement

Would be better UX than just emphasizing the dependencies in the README

enhancement

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

enhancement

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...

enhancement

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...

enhancement

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...

enhancement