1.1 Features of Kafka:

1.1 Features of Kafka:

  • High throughput and low latency: Kafka can process hundreds of thousands of messages per second, and its latency is as low as a few milliseconds. Each topic can be divided into multiple partitions, and consumer groups can consume partitions.

  • Scalability: Kafka cluster supports hot expansion

  • Persistence and reliability: messages are persisted to the local disk, and data backup is supported to prevent data loss

  • Fault tolerance: allow nodes in the cluster to fail (if the number of copies is n, then n-1 nodes are allowed to fail)

  • High concurrency: support thousands of clients to read and write at the same time



Author: H solitary street drinkers
link: https: //www.jianshu.com/p/734cf729d77b
Source: Jane books
are copyrighted by the author. For commercial reprints, please contact the author for authorization. For non-commercial reprints, please indicate the source.

Guess you like

Origin blog.csdn.net/qq_34462698/article/details/108658031