Hello, I'm the inquisitive Xiaoming. Before learning how to use something new, understanding its business model is necessarily the first step, so I'll walk you...
There are many application scenarios, typically producers and consumers. Message queues can be used when asynchronous processing is required, when flow control of queues is...
At the same time, you are also welcome to follow my wechat public account AlwaysBeta, more exciting content waiting for you. In Kafka after 0.9.0.0,...
Message Queuing is an asynchronous way of communication between services. It is an important component of distributed system. It mainly solves the problems of application...
In today's Internet era, message queue middleware has become an important component in distributed systems. It can solve application scenarios such as application coupling, asynchronous...
Most of the following operation and maintenance operations can be visualized on the platform using Logi-Kafka-Manager; @[TOC] 1.topicCommand1.1.Topic create bin/kafka-topics. Sh --create --bootstrap-server localhost:9092 --replication-factor...
Hello, everyone, I am a curious xiaoming, this article we will discuss the problem of repeated message consumption, let's dig the root of this problem...
(1) Decoupling: Can decouple between multiple systems, will originally between through the network for message of asynchronous invocation way instead of using the MQ communication,...
First, queues and switches are configured and bound between producers and consumers. As shown in the following configuration code, routing keys are added to queues...
Apache Pulsar 2.7.1 adds many optimizations and fixes a number of bugs, Covering Broker, Proxy, Pulsar Perf, Transaction, Pulsar Admin, Pulsar SQL, Client, Function, Pulsar...
Starter that provides message queuing capabilities to Spring-Boot and provides a lightweight implementation of VM threads. Message queues are containers for messages that consumers can...
It takes about 8 minutes to read this article. Energy Internet is the development direction of electric power and energy industry. With the rapid development...
Data from DB to ElasticSearch is heterogeneous, data change is monitored by Canal, peak clipping is decoupled by MQ, and customized service ID routing achieves...
Introduction | there are a lot of message middleware, the rabbitMQ, kafka, rocketMQ, pulsar, redis, etc., more dazzling. What are the similarities and differences, and...
The business side reported a large number of failures in production messages. I logged in and checked the information reported by Cat, and found that...
Distributed system architecture, simply put, is the coordinated processing of a request by multiple systems. However, distributed system architectures can be highly coupled. The introduction...
Message queue Description Message queue distributed database is a key component in distributed architecture, which deals with problems such as coupling, multi-threaded information and total...
The higher the coupling of the system, the lower the fault tolerance of the system. Taking e-commerce applications as an example, after users create an...
MessageQueue (MQ) overview MessageQueue (MessageQueue), is an important component in the distributed system, its general use scenarios can be simply described as: MessageQueue mainly solves...
Recently, we are making technology selection for new business, which involves the choice of message-oriented middleware. Combined with our actual situation, we hope it can...
Today RabbitMQ and understand its underlying principles. RabbitMQ is a Message Queue developed by Erlang based on the Advanced Message Queue (AMQP) protocol.