Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

请问下如果某个分支服务异常,但是使用kafka消息队列的服务不能回滚?请教下采用kafka消息队列的这个服务怎么才能回滚? #146

Open
lvchongyi opened this issue Feb 25, 2020 · 2 comments

Comments

@lvchongyi
Copy link

No description provided.

@skyesx
Copy link
Contributor

skyesx commented Mar 1, 2020

不能回滚,在设计中,使用消息队列的事务 的成功与否 不影响 主干事务的提交或者回滚。因此主干事务一定是成功才会发消息,因此使用KAFKA的事务分支无需回滚

@comedsh
Copy link

comedsh commented Aug 1, 2020

换成 RabbitMQ 或者 RocketMQ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants