Bird
0
0

You want to design a Kafka system that ensures zero downtime and data consistency across two data centers. Which setup is best?

hard📝 Conceptual Q8 of 15
Kafka - Multi-Datacenter and Replication
You want to design a Kafka system that ensures zero downtime and data consistency across two data centers. Which setup is best?
AActive-passive with no synchronization.
BActive-active with synchronous replication and conflict resolution.
CSingle cluster with no replication.
DActive-passive with manual failover.
Step-by-Step Solution
Solution:
  1. Step 1: Identify requirements

    Zero downtime and data consistency require both clusters active and synchronized.
  2. Step 2: Match setup to requirements

    Active-active with synchronous replication and conflict resolution fits best.
  3. Final Answer:

    Active-active with synchronous replication and conflict resolution. -> Option B
  4. Quick Check:

    Zero downtime setup = D [OK]
Quick Trick: Use active-active for zero downtime and consistency [OK]
Common Mistakes:
MISTAKES
  • Choosing active-passive for zero downtime
  • Ignoring replication and conflict resolution
  • Using single cluster for multi-datacenter

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kafka Quizzes