Replies: 1 comment
-
大佬们帮忙看看问题 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
服务端:5.1.1
客户端:rocketmq-client-java(5.0.5)
参考官网demo:https://rocketmq.apache.org/zh/docs/featureBehavior/04transactionmessage
修改为
private static boolean doLocalTransaction() {
try {
Thread.sleep(60000);
} catch (InterruptedException e) {
throw new RuntimeException(e);
}
return true;
}
60s睡眠期后,正常提交,报错如下,期间没有进行事务回查
org.apache.rocketmq.client.apis.ClientException: [request-id=c936d307-6d8c-477d-a74e-a9eadaa95cd7, response-code=50001] org.apache.rocketmq.proxy.common.ProxyException: cannot found transaction data
Beta Was this translation helpful? Give feedback.
All reactions