Bird
Raised Fist0

Why does Kafka Connect use an internal Kafka topic to store connector offsets and configurations in distributed mode?

hard🧠 Conceptual Q10 of Q15
Kafka - Connect
Why does Kafka Connect use an internal Kafka topic to store connector offsets and configurations in distributed mode?
ATo store user data permanently
BTo increase message throughput
CTo reduce network traffic between workers
DTo provide fault tolerance and enable worker coordination
Step-by-Step Solution
Solution:
  1. Step 1: Understand the purpose of internal topics in Kafka Connect

    Internal topics store offsets and configs to allow recovery and coordination among workers.
  2. Step 2: Evaluate other options

    Increasing throughput, reducing network traffic, or storing user data are not the reasons for internal topics.
  3. Final Answer:

    To provide fault tolerance and enable worker coordination -> Option D
  4. Quick Check:

    Internal topic purpose = Fault tolerance + coordination [OK]
Quick Trick: Internal topics enable fault tolerance and coordination [OK]
Common Mistakes:
MISTAKES
  • Thinking internal topics store user data
  • Assuming internal topics improve throughput
  • Believing they reduce network traffic

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kafka Quizzes