We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Saga
1 parent 52a83d0 commit fba62caCopy full SHA for fba62ca
.github/assets/sage_usage_1.png
163 KB
Readme.md
@@ -402,6 +402,10 @@ func main() {
402
## <a name="saga"><a/>Saga
403
The implementation of the `Saga` pattern.
404
405
+The `Saga` coordinates the execution of a business process consisting of multiple steps.
406
+Each step contains a direct action and a compensation in case of failure.
407
+# <img src=".github/assets/sage_usage_1.png" alt="drawing" width="600" />
408
+
409
Example:
410
```go
411
steps := []Step{
0 commit comments