Message consumption method and device and readable storage medium
Patent Information
- Authority / Receiving Office
- CN · China
- Current Assignee / Owner
- BEIJING QIYI CENTURY SCI & TECH CO LTD
- Publication Date
- 2019-12-03
Smart Images

Figure 1 
Figure 2 
Figure 3
Abstract
Description
technical field
[0001] The present invention relates to the communication field, in particular to a message consumption method, device and readable storage medium. Background technique
[0002] Kafka is a distributed message queuing system developed by Linkedin. The main goal of Kafka development is to build a data processing framework for processing massive log user behavior and website operation statistics. A Kafka cluster contains one or more Kafka servers. Each message published to a Kafka server has a topic, which is called a Topic. A Kafka server can accommodate multiple Topics, and each Topic contains one or more partitions. The production client can send messages to the Kafka server, and the consumer client can consume the messages in the Kafka server.
[0003] At present, before the business accesses the Kafka server, it is necessary to estimate the throughput of the production client and the consumption client to determine the number of partitions of the configur...