事务消息支持分支事务吗?
#6835
-
这边有个场景:有三个事务消息,如果其中有一个半消息被取消了,需要自动取消另外两个,也就是说需要等这三个半消息都被同意后再统一提交。有办法实现吗? |
Beta Was this translation helpful? Give feedback.
Answered by
fuyou001
May 31, 2023
Replies: 3 comments
-
不支持这种场景,当前支持消息和或其它事务源的事务,不支持多个消息间的事务。 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
chenzlalvin
-
@lanjiexin 可以稍微展开下具体是什么场景吗,我可以看看开发支持一下这种需求 |
Beta Was this translation helpful? Give feedback.
0 replies
-
这简单啊 , 你三个消息回查时候用相同的txId回查不就好了 . |
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
不支持这种场景,当前支持消息和或其它事务源的事务,不支持多个消息间的事务。