Bird
0
0

Which Kafka component is responsible for storing and distributing messages in an event-driven system?

easy📝 Syntax Q12 of 15
Kafka - Event-Driven Architecture
Which Kafka component is responsible for storing and distributing messages in an event-driven system?
ABroker
BProducer
CConsumer
DZookeeper
Step-by-Step Solution
Solution:
  1. Step 1: Identify Kafka components roles

    Producer sends messages, Consumer reads messages, Broker stores and distributes messages, Zookeeper manages cluster metadata.
  2. Step 2: Match storage and distribution role

    The Broker is the Kafka server that stores messages and sends them to consumers.
  3. Final Answer:

    Broker -> Option A
  4. Quick Check:

    Broker = Stores and distributes messages [OK]
Quick Trick: Broker stores and sends messages in Kafka [OK]
Common Mistakes:
MISTAKES
  • Confusing Producer as storage
  • Thinking Consumer stores messages
  • Assuming Zookeeper handles message storage

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kafka Quizzes