Bird
0
0

Which Kafka component is essential for implementing event choreography?

easy📝 Syntax Q3 of 15
Kafka - Event-Driven Architecture
Which Kafka component is essential for implementing event choreography?
AKafka Connect for data integration
BKafka Schema Registry for schema validation only
CKafka Streams for centralized orchestration
DKafka topics for event publishing and subscribing
Step-by-Step Solution
Solution:
  1. Step 1: Identify core Kafka component for event flow

    Kafka topics enable services to publish and subscribe to events independently, key for choreography.
  2. Step 2: Review other components

    Kafka Connect is for integration, Kafka Streams can be used for processing but not orchestration itself, Schema Registry manages schemas.
  3. Final Answer:

    Kafka topics for event publishing and subscribing -> Option D
  4. Quick Check:

    Choreography uses Kafka topics for event flow [OK]
Quick Trick: Choreography relies on Kafka topics for event exchange [OK]
Common Mistakes:
  • Confusing Kafka Connect with event flow
  • Thinking Kafka Streams is orchestration controller
  • Ignoring the role of Kafka topics

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kafka Quizzes