ExamGecko
Question list
Search
Search

Question 19 - 4A0-AI1 discussion

Report
Export

Which of the following Kafka components represents a stream of messages of a particular category?

A.
Producer
Answers
A.
Producer
B.
Broker
Answers
B.
Broker
C.
Topic
Answers
C.
Topic
D.
Consumer
Answers
D.
Consumer
Suggested answer: C

Explanation:

a Kafka topic is a channel where publishers (producers) publish data and where subscribers (consumers) receive data. A topic represents a stream of messages of a particular category.

In Kafka, a topic represents a stream of messages of a particular category or type. Producers publish messages to a specific topic, and consumers subscribe to and read messages from topics. Brokers are responsible for managing topics and ensuring that messages are distributed efficiently across the cluster.

asked 23/09/2024
Francesco Pugliese
37 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first