Bird
Raised Fist0

You want to use Kafka Manager to reassign partitions to balance load across brokers. What steps should you follow?

hard🚀 Application Q8 of Q15
Kafka - Monitoring and Operations
You want to use Kafka Manager to reassign partitions to balance load across brokers. What steps should you follow?
AManually edit server.properties on each broker and restart them
BUse the partition reassignment feature, select topic, assign new brokers, and execute reassignment
CDelete the topic and recreate it with new partition assignments
DChange replication factor in Kafka Manager and save
Step-by-Step Solution
Solution:
  1. Step 1: Identify Kafka Manager's partition reassignment tool

    Kafka Manager provides a UI to reassign partitions without manual config edits.
  2. Step 2: Follow reassignment process

    Select the topic, choose new broker assignments, and execute reassignment via UI.
  3. Final Answer:

    Use the partition reassignment feature, select topic, assign new brokers, and execute reassignment -> Option B
  4. Quick Check:

    Partition reassignment via UI = Use the partition reassignment feature, select topic, assign new brokers, and execute reassignment [OK]
Quick Trick: Use UI reassignment, avoid manual config edits [OK]
Common Mistakes:
MISTAKES
  • Editing server.properties manually
  • Deleting topics unnecessarily
  • Changing replication factor incorrectly

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kafka Quizzes