akhq icon indicating copy to clipboard operation
akhq copied to clipboard

Feature: support partition reassignment

Open ftardif opened this issue 5 years ago • 7 comments

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!

ftardif avatar Jun 05 '19 04:06 ftardif

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.

tchiotludo avatar Jun 05 '19 04:06 tchiotludo

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+.

ftardif avatar Jun 05 '19 12:06 ftardif

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.

tchiotludo avatar Jun 05 '19 12:06 tchiotludo

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

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

giamo avatar Sep 13 '21 09:09 giamo

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

tchiotludo avatar Sep 13 '21 10:09 tchiotludo

Is there any update on roadmap for this feature?

dnltech2020 avatar Jan 28 '23 00:01 dnltech2020

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

tchiotludo avatar Feb 05 '23 20:02 tchiotludo