-
### 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…
-
Hi,
RocketMq 5.1,Java 1.8.But Use rocketmq-dashboard Error:
org.apache.rocketmq.client.exception.MQBrokerException: CODE: 3 DESC: request type 106 not supported For more information,
…
-
https://paascloud.net/2018/03/18/java-env/rocketmq/rocketmq-reliable-message-consistency/
rocketmq可靠一致性的mysql落地实现,无痕
-
docker-compose.yml配置为如下:
```
version: '3.8'
services:
# 单机版
rocketmq_nameserver1:
image: apache/rocketmq:5.1.3
container_name: rocketmq_nameserver1
environment:
# 时区上海…
-
### 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-clients/discussions).
- [X] I h…
-
RocketMQTransactionListener 注解无法读取spring.cloud.stream.rocketmq.binder.access-key和spring.cloud.stream.rocketmq.binder.secret-key,必须单独配置rocketmq.producer.access-key,rocketmq.producer.secret-key,否则无法发送事务…
-
suki7 updated
2 weeks ago
-
string terminator '\0' should be considered here:
https://github.com/apache/rocketmq-client-cpp/blob/9008c14d9c34a4f0b4a67417000612348157027e/src/common/ClientRPCHook.cpp#L56
I use `valgrind` …
-
## Due Diligence
RocketMQ-Spring is an important part of rocketmq ecology, which aims to help developers quickly integrate RocketMQ with Spring Boot. In order to better understand the use of the Rock…
-
### 消息存储和发送
分布式队列因为有高可靠性的要求,所以数据要通过磁盘进行持久化存储。用磁盘存储消息,速度会不会很慢呢?能满足实时性和高吞吐量的要求吗?
实际上,磁盘有时候会比你想象的快很多,有时候也会比你想象的慢很多,关键在如何使用,使用得当,磁盘的速度完全可以匹配上网络的数据传输速度。目前的高性能磁盘,顺序写速度可以达到 600MB/s,超过了一般网卡的传输速度,这是磁盘比想象…