Updated on 2022-08-16 GMT+08:00

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.