This is an automated email from the ASF dual-hosted git repository.
ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-saga.git
The following commit(s) were added to refs/heads/master by this push:
new f2b0bdd Polish the design document
f2b0bdd is described below
commit f2b0bdd98bb73ddafd366013da1429c0db5dad7b
Author: Willem Jiang <[email protected]>
AuthorDate: Tue Sep 4 09:28:17 2018 +0800
Polish the design document
---
docs/design.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/docs/design.md b/docs/design.md
index a1e0143..4f07f11 100644
--- a/docs/design.md
+++ b/docs/design.md
@@ -16,7 +16,8 @@ The process of Inter-Service Communication is similar to
[Zipkin](https://github

## Workflow Saga
-Saga处理场景是要求相关的子事务提供事务处理函数同时也提供补偿函数。Saga协调器alpha会根据事务的执行情况向omega发送相关的指令,确定是否向前重试或者向后恢复。
+In Saga workflow, the sub transaction need to provide the compensation method.
If something is wrong, the Coordinator will send the command to the omega to do
the forward or backward recovery.
+
### Successful Scenario
In a successful scenario, all started events will have a corresponding ended
event.