Jamie Alquiza announces Kafka-Kit:
Kafka-Kit is a collection of tools that handle partition to broker mappings, failed broker replacements, storage based partition rebalancing, and replication auto-throttling. The two primary tools are
topicmappr
andautothrottle
.These tools cover two categories of our Kafka operations: data placement and replication auto-throttling.
It looks like an interesting project, and is available on GitHub.