From c0ab13d25da7ebd2ceda38b3b2af25f34f679e19 Mon Sep 17 00:00:00 2001 From: yedf2 <120050102@qq.com> Date: Wed, 23 Feb 2022 17:49:22 +0800 Subject: [PATCH] update image height --- README.md | 4 ++-- helper/README-en.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ae285cf..25c45d1 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ When the above code runs, we can see in the console that services TransOut, Tran #### Timing diagram A timing diagram for a successfully completed SAGA transaction would be as follows: -saga-success +saga-success #### Rollback upon failure If any forward operation fails, DTM invokes the corresponding compensating operation of each sub-transaction to roll back, after which the transaction is successfully rolled back. @@ -105,7 +105,7 @@ app.POST(qsBusiAPI+"/TransIn", func(c *gin.Context) { The timing diagram for the intended failure is as follows: -saga-failed +saga-failed ## More examples diff --git a/helper/README-en.md b/helper/README-en.md index 0d3f29c..25c45d1 100644 --- a/helper/README-en.md +++ b/helper/README-en.md @@ -88,7 +88,7 @@ When the above code runs, we can see in the console that services TransOut, Tran #### Timing diagram A timing diagram for a successfully completed SAGA transaction would be as follows: -saga-success +saga-success #### Rollback upon failure If any forward operation fails, DTM invokes the corresponding compensating operation of each sub-transaction to roll back, after which the transaction is successfully rolled back. @@ -105,7 +105,7 @@ app.POST(qsBusiAPI+"/TransIn", func(c *gin.Context) { The timing diagram for the intended failure is as follows: -saga-failed +saga-failed ## More examples