Hi team,
The following link introduces a script for adding a partition.
https://cwiki.apache.org/confluence/display/KAFKA/Replication+tools#Replicationtools-5.AddPartitionTool
However, in the downloaded package, I did not find kafka-add-partitions.sh.
Is it disabled? It is desirable to add partitions for existing topics when expanding a cluster.
Another issue I've noticed is that the parition starts from 0 while the broker starts from 1.
That will cause users unexpected trouble.
Libo
The following link introduces a script for adding a partition.
https://cwiki.apache.org/confluence/display/KAFKA/Replication+tools#Replicationtools-5.AddPartitionTool
However, in the downloaded package, I did not find kafka-add-partitions.sh.
Is it disabled? It is desirable to add partitions for existing topics when expanding a cluster.
Another issue I've noticed is that the parition starts from 0 while the broker starts from 1.
That will cause users unexpected trouble.
Libo