Bird
0
0

Which Kafka feature is most important for implementing the Saga pattern?

easy📝 Syntax Q12 of 15
Kafka - Event-Driven Architecture
Which Kafka feature is most important for implementing the Saga pattern?
AKafka Streams for data encryption
BKafka Consumer groups for load balancing
CKafka Connect for database backups
DKafka topics for event communication
Step-by-Step Solution
Solution:
  1. Step 1: Identify Kafka components used in Saga

    Saga relies on events to coordinate steps, so Kafka topics are used to send these events.
  2. Step 2: Exclude unrelated Kafka features

    Encryption, backups, and load balancing are not the main focus for Saga coordination.
  3. Final Answer:

    Kafka topics for event communication -> Option D
  4. Quick Check:

    Kafka topics = event communication [OK]
Quick Trick: Saga uses Kafka topics to send events between services [OK]
Common Mistakes:
  • Confusing Kafka Streams with event messaging
  • Thinking Kafka Connect handles Saga coordination
  • Mixing consumer groups with transaction steps

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kafka Quizzes