Bird
0
0

Which Kafka component is typically used in event orchestration to coordinate services?

easy📝 Syntax Q12 of 15
Kafka - Event-Driven Architecture
Which Kafka component is typically used in event orchestration to coordinate services?
AKafka Topics with independent consumers
BA central orchestrator service producing commands
CKafka Connect for data integration
DKafka Streams for independent event processing
Step-by-Step Solution
Solution:
  1. Step 1: Identify orchestration role

    Orchestration needs a central service to control and send commands to other services.
  2. Step 2: Match Kafka components

    Kafka Topics and Streams are used for event flow, but orchestration requires a central orchestrator producing commands.
  3. Final Answer:

    A central orchestrator service producing commands -> Option B
  4. Quick Check:

    Orchestration = central orchestrator service [OK]
Quick Trick: Orchestration needs a central command sender [OK]
Common Mistakes:
MISTAKES
  • Choosing Kafka Topics as the controller
  • Confusing Kafka Connect with orchestration
  • Thinking Kafka Streams alone orchestrates

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kafka Quizzes