add changes to dsc
This commit is contained in:
parent
564cf1239f
commit
7ac47b291d
@ -16,7 +16,8 @@ This pattern has a similar goal with two-phase commit (XA transaction)
|
|||||||
|
|
||||||
## Intent
|
## Intent
|
||||||
This pattern is used in distributed services to perform a group of operations atomically.
|
This pattern is used in distributed services to perform a group of operations atomically.
|
||||||
This is an analog of transaction in a database but in terms of microservices architecture this is performed in a distributed environment
|
This is an analog of transaction in a database but in terms of microservices architecture this is executed
|
||||||
|
in a distributed environment
|
||||||
|
|
||||||
## Explanation
|
## Explanation
|
||||||
A saga is a sequence of local transactions in a certain context. If one transaction fails for some reason,
|
A saga is a sequence of local transactions in a certain context. If one transaction fails for some reason,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user