事务消息提交后依然会出现回查
#7002
Replies: 3 comments
-
通过 queryMsgByUnikey 可以查询到,commit message 已经生效,消息正常进入了业务 topic |
Beta Was this translation helpful? Give feedback.
0 replies
-
问题解决了吗 是什么原因啊 ? 我也遇见了 |
Beta Was this translation helpful? Give feedback.
0 replies
-
System.out.printf("%s send success %s%n", new Date(System.currentTimeMillis()), sendResult.getMsgId()); 只是发送成功,// noinspection deprecation |
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.
-
事务消息成功提交后依然会出现回查
分支 develop 最新,broker Config 设置 transactionCheckInterval=6000
为了更好的复现这个问题,我提取了回查部分的实现,如下:
end transaction 之后依然出现了无效回查
Beta Was this translation helpful? Give feedback.
All reactions