Bird
0
0

Which Kafka setting must be configured to replicate data across different datacenters?

easy📝 Syntax Q3 of 15
Kafka - Multi-Datacenter and Replication
Which Kafka setting must be configured to replicate data across different datacenters?
Aremote.log.replication.enable
Binter.broker.protocol.version
Creplication.factor
Dlog.retention.hours
Step-by-Step Solution
Solution:
  1. Step 1: Identify replication across datacenters

    Kafka uses remote log replication to sync data between datacenters.
  2. Step 2: Relevant configuration

    The setting remote.log.replication.enable enables this feature.
  3. Final Answer:

    remote.log.replication.enable -> Option A
  4. Quick Check:

    Remote log replication enables cross-datacenter data sync [OK]
Quick Trick: Enable remote.log.replication.enable for cross-datacenter replication [OK]
Common Mistakes:
MISTAKES
  • Confusing replication.factor with cross-datacenter replication
  • Assuming inter.broker.protocol.version controls replication

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kafka Quizzes