分布式事务发起者优化
Open
- Dominant language
- Java
- Stars
- 4.2k
- Forks
- 1.4k
- PR merge metrics
- No merged PRs in 30d
Description
## Why you need it?
分布式事务发起者必须是@LcnTransaction
而不能是@LcnTransaction(propagation = DTXPropagation.SUPPORTS)
会有很多不方便的地方
## How it could be?
如果发起者用 @LcnTransaction(propagation = DTXPropagation.SUPPORTS) 那么就当作一个无效的发起者,与单独用@Transaction是一样的
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.