-
Based on the existing foundation of rocketmq-replicator, the optimization of data synchronization and offset synchronization mainly includes the following points:
1. Supports direct data synchronizat…
-
### Your question
Did mosn support MQ component such as Kafka, RocketMQ?
If not, do you have any plan?
If ok, can I get some docs to try a quick start? I'm always has a question, did I have to make…
-
```bash
npm ERR! code 1
npm ERR! path /Users/yunwisdom/Workspace/xdata/xdata-search-service/node_modules/apache-rocketmq
npm ERR! command failed
npm ERR! command sh -c node ./script/download_lib.j…
-
现象:使用ONS连接阿里云RocketMq,可支持阿里云RocketMQ定时消息(不是延时消息) ,使用rocketmq stream binder则不能支持,只能支持到延时消息 。
-
Since the Apache RocketMQ is a top-level project which has users and developers around the world we need multi-language support. We are now calling for contribution about [**translating official docum…
-
### Before Creating the Bug Report
- [X] I found a bug, not just asking a question, which should be created in [GitHub Discussions](https://github.com/apache/rocketmq/discussions).
- [X] I have sear…
-
**Which Component**
spring-cloud-starter-stream-rocketmq
**Describe the bug**
When hot deployment in eclipse throw MQClientException: The producer group[mygroup] has been created before
**To …
-
### 1. 消息队列的使用场景
1.**异步**:A系统需要发送请求给B系统处理,由于B系统需要查询更新数据库花费时间较长,以至于A系统要等待B系统处理完毕后再发送下个请求,造成A系统资源浪费。使用消息队列后,A系统生产完消息后直接丢进消息队列。
2.**解耦**:A系统发送个数据到BCD三个系统,接口调用发送,那如果E系统也要这个数据呢?那如果C系统现在不需要了呢?现在A系统又要发送第…
-
为啥我的exporter没有rocketmq_producer_tps 和 rocketmq_broker_tps 指标
-
请问有计划实现消费端吗?