Kafka - Multi-Datacenter and ReplicationWhy might an active-passive Kafka cluster be preferred over active-active in some scenarios?ABecause it is simpler to manage and avoids complex conflict resolution.BBecause active-passive clusters handle more traffic simultaneously.CBecause active-active clusters never replicate data.DBecause active-passive clusters require no failover mechanisms.Check Answer
Step-by-Step SolutionSolution:Step 1: Compare management complexityActive-passive is simpler since only one cluster is active, avoiding conflicts.Step 2: Understand conflict resolution needsActive-active requires complex conflict resolution, which may not be needed in all cases.Final Answer:Because it is simpler to manage and avoids complex conflict resolution. -> Option AQuick Check:Active-passive preference reason = B [OK]Quick Trick: Active-passive is simpler, less conflict [OK]Common Mistakes:Thinking active-passive handles more trafficBelieving active-active never replicatesAssuming no failover needed in active-passive
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