You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the best features of topicctl is its topic rebalancing capabilities. It would be ideal for this to not require the topic configuration files as that would allow users to user topicctl to rebalance their clusters while still utilizing other tools for topic management, like the kafka-terraform-provider. A workaround right now is to first run the bootstrap step to generate the configs and follow that up with rebalance. Adding a flag to the rebalance command to avoid the intermediate configuration files and rebalance the topics without them would be a big improvement for this use case.
The text was updated successfully, but these errors were encountered:
One of the best features of topicctl is its topic rebalancing capabilities. It would be ideal for this to not require the topic configuration files as that would allow users to user topicctl to rebalance their clusters while still utilizing other tools for topic management, like the kafka-terraform-provider. A workaround right now is to first run the
bootstrap
step to generate the configs and follow that up withrebalance
. Adding a flag to therebalance
command to avoid the intermediate configuration files and rebalance the topics without them would be a big improvement for this use case.The text was updated successfully, but these errors were encountered: