Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

partition reassignment logic - enhancement #196

Open
everyusernameisalreadytaken opened this issue Apr 23, 2024 · 0 comments
Open

partition reassignment logic - enhancement #196

everyusernameisalreadytaken opened this issue Apr 23, 2024 · 0 comments

Comments

@everyusernameisalreadytaken

I would like to be able to spread partition leaderships among brokers in a nice round robin way without having to do every partition of every topic separately. When I have hundreds of topics and 50+ partitions per topic, kafkactl alter partition my-topic 3 -r 1,3,5 becomes unworkable. I'd rather have something like kafkactl alter topic my-topic --assign-broker <roundrobin|random|etc>

Alternatively, or in addition, it would be nice to be able to feed kafkactl partition reassignment json or yaml or csv file.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant