Any ideas why version has not been changed of the reassignment json file?
If you generate it with kafka-reassign-partitions --zookeeper $(hostname
-f):2181 --topics-to-move-json-file reassign.json --broker-list "26,27,28"
--generate, you can see something like this:
Current partition replica ass
Hi there,
KIP-113 added a new, optional filed to the input JSON file of
kafka-reassign-partitions:
{
"version" : int,
"partitions" : [
{
"topic" : str,
"partition" : int,
"replicas" : [int],
"log_dirs" : [str]<-- NEW. A log directory can be either "any",
or a v