The same messageId was received five times and continued to be sent over time. It makes you wonder, under what circumstances does RocketMQ send messages...
Message queues have become an important component of back-end architectures, providing asynchronous message publishing and subscription services. This article analyzes why message queues need to...
And on December 18, Apache RocketMQ&Apache Hudi&Apache Kyuubi (Incubating) came in a three-community Meetup for strongest messaging, real-time computing, data into the lake all-in-one solution.
Event-driven is a term we developers hear a lot. So what exactly does event-driven stand for? In simple terms, when one thing happens, another thing...
Before we begin, let's take a look at the message data flow diagram from RocketMQ's official documentation. It can be summarized as follows: Producer sends...
Producer-consumer questions are very common in all kinds of exams (graduate school entrance exam, programmer certificate, programmer interview written exam, final exam). One reason is...
The following will introduce a variety of ideas to implement delay queue, the end of the article provides several implementations of github address. In fact,...
As a high-performance messaging middleware, RocketMQ's Internet-based production requirements are optimized for multi-topic scenarios. RocketMQ's performance metrics (TPS and RT) are consistent with those of...
This article will compare the commercial version of the message queue RocketMQ with the open source version, and show a comprehensive overview of the upper...
We know that message queue type components are often used in big data development. Message queue middleware is mainly used to realize asynchronous message, application...
At first glance, our consumer perception of RocketMQ is simple: a client that consumes messages, you specify the corresponding Topic and ConsumerGroup, and all you...
As apple's iOS13 is about to be released, geitui has introduced DeviceToken adaptation in advance to ensure the compatibility of the new version and the...
This paper tries to solve this problem in detail from several core application scenarios such as asynchronous, decoupled, peak cutting and valley filling, as well...
PHP + Redis message queue is an intermediate solution when PHP +mysql performance is inadequate. Through this intermediate processing, ensure the availability and accuracy of...
Pulsar is a Yahoo! Open-source messaging middleware in 2016 and Apache's top level project in 2018. In my previous articles I have written about many...
RabbitMQ is highly available in master/slave mode. RabbitMQ has three modes: single-machine mode, common cluster mode, and mirrored cluster mode. Standalone mode is demo level...
With the development of business, system functions become more and more complex. Gradually we will encounter such problems. For example, the interaction between the system...