-
IMAGE SYNC
-
### Search before asking
- [X] I searched in the [issues](https://github.com/apache/incubator-paimon/issues) and found nothing similar.
### Motivation
Changelog of Paimon could also be stor…
-
How to judge whether a topic is orderly or unordered? Can I view it from the RocketMQ-Console? I did not find the relevant documentation.
-
场景:当在mqcloud上对某个topic进行消息查询后,此时若删除该topic,会导致在MQClientInstance的定时任务updateTopicRouteInfoFromNameServer出现大量WARNING日志;
原因个人分析,由于使用mqAdmin对象池对topic进行查询时,会将topic信息保存到producerTable中,当删除该topic后,对象池中的producer…
-
I used the commit: [f3349bd](https://github.com/apache/rocketmq-client-go/commit/f3349bdbb4dbcf9a7481563cb0fc3dd3d3ce3985) which says it fixed the push consumer blocked issue [#944](https://github.com…
-
## Due Diligence
It is well known that the multi-language clients of the RocketMQ community (with the exception of Java) are built around the c++ kernel. We have always attached great importance to t…
-
error log:
“unknown file: error: C++ exception with description "[MQClientException] msg: create offset store directory failed: C:\Users\e0614688\.rocketmq_offsets\fe80::5c03:7258:6b59:5e16@testConsu…
-
```java
package com.xxx.application.handle;
import com.xxx.application.log.TaskLogDetailEvent;
import lombok.extern.slf4j.Slf4j;
import org.apache.rocketmq.spring.annotation.ConsumeMode;
impo…
-
2021-01-06 18:07:10.801 ERROR 19760 --- [enderExecutor_1] c.a.c.s.b.r.i.RocketMQMessageHandler : RocketMQ Message hasn't been sent. Caused by No route info of this topic, test-topic
See http://ro…
-
有两个问题请教一下:
1.在之前开源的rocketMq当中,是可以通过选择队列的方式让同一类型的消息实现顺序消费,现在这个SCS该如何操作实现顺序消费呢。
2.spring.cloud.stream.rocketmq.bindings..producer.sync和spring.cloud.stream.rocketmq.bindings..consumer.orderly是否需要一起配置呢
…