Exam 4A0-AI1 All QuestionsBrowse all questions from this exam
Question 7

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

    Correct Answer: C

    In Kafka, a 'Topic' represents a stream of messages of a particular category. Topics are logical channels to which records are published and from which records are consumed. Each topic can be split into partitions to maintain load balancing and redundancy.

Discussion
hazemsalah87

correct