DEV Community

Chandan
Chandan

Posted on

Kafka older topic reassign to newly created broker!

Hi Team,

Need help to reassign existing topics to newly added brokers. Earlier we had 3 brokers and 1 zookeeper. Now we have added one more broker. We are trying to move our already some of existing topics to assign on new broker, partition is happening but while reassign, its going in still in progress(pending) for infinite. Can you guys help me with this?

kafka version: 2.1.1

Followed Docs: https://stackoverflow.com/questions/74010964/add-a-new-partition-to-existing-topic-and-assign-it-to-a-specific-node

https://medium.com/@abdullahtrmn/reassigning-kafka-partitions-7f9ae0989317

Top comments (0)