Common Concepts of Kafka Application Development
- Topic
   
Messages of the same type maintained by the Kafka are called a topic.
 - Partition
   
Each topic can be divided into multiple partitions. Each partition corresponds to an appendant log file whose sequence is fixed.
 - Producer
   
The role that sends messages to a Kafka topic is called Producer.
 - Consumer
   
The role that obtains messages from Kafka topics is called Consumer.
 
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot