Common Concepts
- Topic
A same type of messages maintained by Kafka.
- Partition
One topic can be divided into multiple partitions, and each partition corresponds to an appendant and log file whose sequence is fixed.
- Producer
Role in a Kafka topic to which messages are sent.
- Consumer
Role that obtains messages from Kafka topics.
- Broker
A node server in a Kafka cluster.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.