Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Feature: support partition reassignment #77

Open
ftardif opened this issue Jun 5, 2019 · 7 comments
Open

Feature: support partition reassignment #77

ftardif opened this issue Jun 5, 2019 · 7 comments
Labels
enhancement New feature or request

Comments

@ftardif
Copy link

ftardif commented Jun 5, 2019

The only feature still missing to completely replace https://github.com/yahoo/kafka-manager with KafkaHQ would be to have the ability to manage partition reassignment between brokers.

image

do you plan to add this feature in kafkaHQ?

thanks again for your great tool!

@tchiotludo tchiotludo added the enhancement New feature or request label Jun 5, 2019
@tchiotludo
Copy link
Owner

It's in the plan 😁 But fight against the time 😁
To be honest, I can't give a release time for this feature, I don't even know how I will do it.

@ftardif
Copy link
Author

ftardif commented Jun 5, 2019

I guess it might be best to wait for kafka broker 2.2 to have the support on AdminClient rather than ZK:
https://cwiki.apache.org/confluence/display/KAFKA/KIP-179+-+Change+ReassignPartitionsCommand+to+use+AdminClient

however, from a kafkaHQ perspective, it could be odd to provide a UI functionality only working for setup configured ton Kafka 2.2+.

@tchiotludo
Copy link
Owner

Thanks for the information, I'm not aware of this KIP.

I think I will wait for it.
I really don't want to talk to zookeeper since it will be removed in a future from Kafka.
Also all saas product don't expose zookeeper, it will be a feature for self hosted only Kafka.

ghost pushed a commit that referenced this issue Jun 19, 2020
@giamo
Copy link

giamo commented Sep 13, 2021

Hi @tchiotludo, first of all thanks for the amazing tool!

Is this feature on the roadmap at any time in the future?

@tchiotludo
Copy link
Owner

Seems that it was addressed here since Kafka 2.4.
There is no need to have zookeeper as I understand, so it's seems to be implementable.

PR are welcome, must be an easy one as I see

@dnltech2020
Copy link

Is there any update on roadmap for this feature?

@tchiotludo
Copy link
Owner

Seems that the feature is implemented in Kafka API now, PR are more than welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

4 participants