yahoo / CMAK

CMAK is a tool for managing Apache Kafka clusters
Apache License 2.0
11.84k stars 2.51k forks source link

Reassign partition doesn't work properly when broker.rack is set #702

Open karancode opened 5 years ago

karancode commented 5 years ago

I have a kafka cluster with 7 nodes(aws ec2) which are distributed over 3 AZ. I have recently set the option broker.rack and have specified different AZs for each broker. When I do Generate Partition Assignment & Reassign Partion I don't see the partition being re-assigned as per the AZs (or as per the rack). Could you please confirm this case ? Kafka manager version : 1.0.1.

karancode commented 5 years ago

Duplicates #488