-
My rocketMQ install rocketmq v4.9.3, when I used rocketmq-client-python-2.0.0, SDK throw error like this "No route info of this topic xxx,error:"-1"", My topic name is correct and is exist in blocker。…
-
Can MaxWell now support RocketMq or is there a solution? thinks
-
https://github.com/apache/rocketmq-client-go/commit/f7960e7ef924053bc872d94dca665bee396e153a
-
### 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…
-
Why do I have no problem executing quickstart environment inside docker when I start docker, but I use java client to connect, there will be this exception, ask for help
java
public static void ma…
-
![image](https://user-images.githubusercontent.com/15797831/206891335-09eef700-0fb0-48a7-ab2e-289bd50d35d7.png)
```shell
mvnd -Prelease-all -DskipTests -Dquickly clean install -U
```
if use
```sh…
-
https://rocketmq.apache.org/
subes updated
2 years ago
-
[RocketMQ](https://github.com/apache/rocketmq)
-
### 问题概述
- 以rocketmq的consumer作为示例参考,其他lambda场景类似
#### Behavior定义示例供参考:
```java
public EventWatchBuilder.IBuildingForBehavior getBehavior(ModuleEventWatcher moduleEventWatcher) {
return new Even…
-
### RocketMQ存储
#### 主要依赖两个文件实现存储
* ConsumeQueue 存放数据的索引 -> 指向CommitLog中的内容
* CommitLog 真实存放数据的文件