We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1da8f7e commit a3e4cdaCopy full SHA for a3e4cda
src/DtmCommon/Constant.cs
@@ -67,8 +67,9 @@ public class Barrier
67
68
public static readonly Dictionary<string, string> OpDict = new Dictionary<string, string>()
69
{
70
- { "cancel", "try" },
71
- { "compensate", "action" },
+ { "cancel", "try" }, // tcc
+ { "compensate", "action" }, // saga
72
+ { "rollback", "action" }, // workflow
73
};
74
public static readonly string REDIS_LUA_CheckAdjustAmount = @" -- RedisCheckAdjustAmount
75
local v = redis.call('GET', KEYS[1])
0 commit comments