Message transmission method based on shared memory
Patent Information
- Authority / Receiving Office
- CN · China
- Current Assignee / Owner
- 江苏未来智慧信息科技有限公司
- Publication Date
- 2021-04-27
Smart Images

Figure 1 
Figure 2
Abstract
Description
technical field
[0001] The invention belongs to the technical field of message middleware, and relates to a message delivery method based on shared memory. Background technique
[0002] Kafka was originally developed by Linkedin. It is a distributed, partition-supporting, replica-based distributed messaging system based on zookeeper coordination. Its biggest feature is that it can process large amounts of data in real time to meet Various demand scenarios: such as hadoop-based batch processing system, low-latency real-time system, storm / Spark streaming processing engine, web / nginx log, access log, message service, etc., written in scala language, contributed by Linkedin in 2010 Gave to the Apache Foundation and became a top open source project.
[0003] In terms of message middleware, there are many open source products on the market, such as Kafka based on distributed and disk storage, rabbitMQ based on memory, rocketMQ, redis and so on. In most of the backend solutions a...