分布式事务发起者优化
Offen
- Vorherrschende Sprache
- Java
- Sterne
- 4.2k
- Forks
- 1.4k
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
## Why you need it?
分布式事务发起者必须是@LcnTransaction
而不能是@LcnTransaction(propagation = DTXPropagation.SUPPORTS)
会有很多不方便的地方
## How it could be?
如果发起者用 @LcnTransaction(propagation = DTXPropagation.SUPPORTS) 那么就当作一个无效的发起者,与单独用@Transaction是一样的
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Rechercherichtung
The issue names no files or tests. Start by locating the handling of @LcnTransaction and DTXPropagation.SUPPORTS, then trace how transaction initiators are selected. Done means SUPPORTS is treated as an invalid initiator and behaves like a method using only @Transaction.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- java
- Bereich
- distributed-systems
- Issue-Typ
- Feature
- Schwierigkeit
- 4/5
- Geschätzter Aufwand
- 3-5 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 35/100