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

为什么二阶消息回查不直接由DTM #482

Closed
dahvlhldle opened this issue Dec 22, 2023 · 2 comments
Closed

为什么二阶消息回查不直接由DTM #482

dahvlhldle opened this issue Dec 22, 2023 · 2 comments

Comments

@dahvlhldle
Copy link

请问,为啥不直接由dtm去回查,而是需要
app.GET(BusiAPI+"/QueryPreparedB", dtmutil.WrapHandler2(func(c *gin.Context) interface{} {
return MustBarrierFromGin(c).QueryPrepared(dbGet())
}))

@yedf2
Copy link
Contributor

yedf2 commented Dec 23, 2023

你看一下这个原理,因为这个需要跟客户端的事务关联起来

@dahvlhldle
Copy link
Author

ok,谢谢。

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

2 participants