kafka-tools
kafka-tools copied to clipboard
A collection of tools for working with Apache Kafka.
When we use the `remove` action in the tools to transfer partitions off a dead broker, the partitions get assigned to all brokers in `cluster.brokers` if `-t` is not specified....
this fixes #50
kafka-assigner should be able to support a configuration file to provide default arguments. This would be things like: - Setting sizer selection and options - Setting a default balance module...
Hi, Is it possible to have the kafka-tools support `kafka-reassign-partitions` instead of `kafka-reassign-partitions.sh` ? For example, the confluent Kafka images do an `apt-get install` which go and places the shell...