Kafka - Multi-Datacenter and ReplicationIn an active-passive Kafka cluster, a user reports that failover did not happen automatically. What could be the problem?APassive cluster is actively handling traffic.BActive cluster is still healthy and processing messages.CFailover automation is not configured or enabled.DKafka does not support failover.Check Answer
Step-by-Step SolutionSolution:Step 1: Check failover configurationFailover requires automation setup; without it, failover won't happen automatically.Step 2: Verify cluster statesIf active cluster is healthy, failover won't trigger; passive cluster should not handle traffic.Final Answer:Failover automation is not configured or enabled. -> Option CQuick Check:Failover not automatic cause = A [OK]Quick Trick: Enable failover automation for active-passive [OK]Common Mistakes:Assuming failover happens without configThinking passive cluster handles trafficBelieving Kafka lacks failover support
Master "Multi-Datacenter and Replication" in Kafka9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More Kafka Quizzes Advanced Stream Processing - Error handling in streams - Quiz 12easy Event-Driven Architecture - Saga pattern for distributed transactions - Quiz 7medium Event-Driven Architecture - Event sourcing pattern - Quiz 15hard Event-Driven Architecture - Dead letter queue pattern - Quiz 10hard Event-Driven Architecture - CQRS pattern - Quiz 8hard Kubernetes and Cloud Deployment - Confluent Cloud overview - Quiz 1easy Kubernetes and Cloud Deployment - Kafka on Kubernetes (Strimzi) - Quiz 12easy Multi-Datacenter and Replication - MirrorMaker 2 concept - Quiz 13medium Multi-Datacenter and Replication - Why multi-datacenter ensures availability - Quiz 12easy Security - Encryption at rest - Quiz 9hard