-
Notifications
You must be signed in to change notification settings - Fork 8.8k
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
Provide saga functionality (based on interceptors) #1681
Conversation
Codecov Report
@@ Coverage Diff @@
## 0.8.1 #1681 +/- ##
============================================
- Coverage 47.17% 45.91% -1.27%
- Complexity 1779 1809 +30
============================================
Files 362 380 +18
Lines 13237 13763 +526
Branches 1641 1713 +72
============================================
+ Hits 6245 6319 +74
- Misses 6316 6742 +426
- Partials 676 702 +26
Continue to review full report at Codecov.
|
@zhongfuhua 请问你钉钉号多少?交流一下基于注解+拦截器的Saga实现 |
zhongfuhua19
…________________________________
发件人: leo <notifications@github.com>
发送时间: 2020年2月27日 18:18
收件人: seata/seata
抄送: 钟福华ZhongFuHua0027014151; Mention
主题: Re: [seata/seata] Provide saga functionality (based on interceptors) (#1681)
@zhongfuhua<https://github.com/zhongfuhua> 请问你钉钉号多少?交流一下基于注解+拦截器的Saga实现
―
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#1681>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ADHTVIY6VMQVZ2PTYSARNLDRE6HOPANCNFSM4IYTIXIA>.
|
|
1 similar comment
|
Additionally realized #5300 |
Ⅰ. Describe what this PR did
Provide saga functionality (based on interceptors)
Ⅱ. Does this pull request fix one issue?
Ⅲ. Why don't you add test cases (unit test/integration test)?
Existing test cases
Ⅳ. Describe how to verify it
1、Saga interface
2、Implementation of Saga interface
3、Business Opens Global Transactions
Ⅴ. Special notes for reviews