Kafka - Monitoring and OperationsYou 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 themBUse the partition reassignment feature, select topic, assign new brokers, and execute reassignmentCDelete the topic and recreate it with new partition assignmentsDChange replication factor in Kafka Manager and saveCheck Answer
Step-by-Step SolutionSolution:Step 1: Identify Kafka Manager's partition reassignment toolKafka Manager provides a UI to reassign partitions without manual config edits.Step 2: Follow reassignment processSelect the topic, choose new broker assignments, and execute reassignment via UI.Final Answer:Use the partition reassignment feature, select topic, assign new brokers, and execute reassignment -> Option BQuick 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:MISTAKESEditing server.properties manuallyDeleting topics unnecessarilyChanging replication factor incorrectly
Master "Monitoring and Operations" in Kafka9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More Kafka Quizzes Kafka Connect - Common connectors (JDBC, S3, Elasticsearch) - Quiz 4medium Kafka Connect - Standalone vs distributed mode - Quiz 14medium Kafka Streams - GroupBy and aggregation - Quiz 7medium Kafka with Java/Python - Python consumer - Quiz 1easy Kafka with Java/Python - Configuration best practices - Quiz 12easy Message Delivery Semantics - Transactional producer - Quiz 15hard Message Delivery Semantics - At-most-once delivery - Quiz 12easy Message Delivery Semantics - Exactly-once semantics (EOS) - Quiz 5medium Monitoring and Operations - Consumer lag monitoring - Quiz 6medium Schema Registry - Schema Registry concept - Quiz 10hard