Intermediate Big Data & Data Engineering
Q46 / 100

In Apache Kafka, what is a "topic"?

Correct! Well done.

Incorrect.

The correct answer is A) A named stream/category to which records (messages) are published and from which they are consumed

A

Correct Answer

A named stream/category to which records (messages) are published and from which they are consumed

Explanation

Topics are logical channels in Kafka; producers write records to topics and consumers read from them, with topics divided into partitions for scalability.

Progress
46/100