Google News
logo
Kafka - Interview Questions
What are the elements of Kafka?
The most important elements of Kafka are as follows :
 
Topic : It is a bunch of similar kinds of messages.

Producer : Using this, one can issue communications to the topic.

Consumer : It endures to a variety of topics and takes data from brokers.

Broker : This is the place where the issued messages are stored.
Advertisement