-
Notifications
You must be signed in to change notification settings - Fork 112
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
dubbo整合seata,同一个工程下xid丢失 #265
Comments
@funkye PTAL |
17 tasks
According to the official seata documentation, it is released after each the RPC call is completed. I think is not a bug. Seata is prepared for distributed transactions, if you write business in singleton application, you don't need to use seata, or you can write related transaction logic in the same place, or you can maintain the xid yourself in the business logic like this.
|
好的 谢谢! |
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
在同一个工程下
dubbo整合seata
工程内既有服务端又有客户端,会出现xid丢失现象
dubbo版本3.1.11 seata版本1.6.1
rpxXid和unbindXid相等,服务端filter解绑之后不会赋值xid,导致丢失
The text was updated successfully, but these errors were encountered: