Bird
0
0

In a multi-datacenter Kafka setup, what is the effect of network partition between datacenters on availability?

medium📝 Predict Output Q5 of 15
Kafka - Multi-Datacenter and Replication
In a multi-datacenter Kafka setup, what is the effect of network partition between datacenters on availability?
AAvailability is lost because datacenters cannot communicate
BData is deleted from the isolated datacenter
CKafka merges data automatically without conflicts
DAvailability is maintained if clients connect to the reachable datacenter
Step-by-Step Solution
Solution:
  1. Step 1: Understand network partition impact

    Network partition means datacenters cannot talk but still operate independently.
  2. Step 2: Analyze client connection behavior

    Clients connected to reachable datacenter still get data, so availability remains.
  3. Final Answer:

    Availability is maintained if clients connect to the reachable datacenter -> Option D
  4. Quick Check:

    Network partition + client reachability = availability maintained [OK]
Quick Trick: Clients must connect to reachable datacenter during partition [OK]
Common Mistakes:
  • Assuming total availability loss on partition
  • Believing Kafka auto-merges conflicting data
  • Thinking data is deleted during partition

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kafka Quizzes