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/servicecomb-pack.git
The following commit(s) were added to refs/heads/master by this push:
new bb34ce7 Polish the README files.
bb34ce7 is described below
commit bb34ce789df02cce723d8a3dba1194b263d92a74
Author: Willem Jiang <[email protected]>
AuthorDate: Mon Dec 10 14:20:31 2018 +0800
Polish the README files.
---
README.md | 6 +++---
README_ZH.md | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index 511fa2b..b96b1e0 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-# Saga | [中文](README_ZH.md) [](https://travis-ci.org/apache/servicecomb-pack?branch=master)
[](https://coveralls.io/github/apache/servicecomb-pack?branch=master)[](http://search.maven.org/#search%7Cga%7
[...]
-Apache ServiceComb Saga is an eventually data consistency solution for
micro-service applications.
+# Pack | [中文](README_ZH.md) [](https://travis-ci.org/apache/servicecomb-pack?branch=master)
[](https://coveralls.io/github/apache/servicecomb-pack?branch=master)[](http://search.maven.org/#search%7Cga%7
[...]
+Apache ServiceComb Pack is an eventually data consistency solution for
micro-service applications.
## Features
* High availability. The coordinator is stateless and thus can have multiple
instances.
@@ -8,7 +8,7 @@ Apache ServiceComb Saga is an eventually data consistency
solution for micro-ser
* Low invasion. All you need to do is add 2-3 annotations and the
corresponding compensate methods.
* Easy to deploy. All components can boot via docker.
* Support both forward(retry) and backward(compensate) recovery.
-* Easy to extend other coordination protocol which is based on the Pack.
+* Easy to extend other coordination protocol which is based on the Pack, now
we have Saga and TCC support out of box.
## Architecture
ServiceComb Pack is composed of **alpha** and **omega**.
diff --git a/README_ZH.md b/README_ZH.md
index 9f7f967..a200cfb 100644
--- a/README_ZH.md
+++ b/README_ZH.md
@@ -1,5 +1,5 @@
-# Saga | [English](README.md) [](https://travis-ci.org/apache/servicecomb-pack?branch=master)
[](https://coveralls.io/github/apache/servicecomb-pack?branch=master)
[](https://www.apache.org/licenses/LICENSE-2.0.html)
[ [](https://travis-ci.org/apache/servicecomb-pack?branch=master)
[](https://coveralls.io/github/apache/servicecomb-pack?branch=master)
[](https://www.apache.org/licenses/LICENSE-2.0.html)
[及后向恢复(补偿)。
-* 扩展简单。基于Pack架构很容实现多种协调机制。
+* 扩展简单。基于Pack架构很容实现多种协调协议,目前支持TCC,Saga协议。
## 架构
ServiceComb Pack 架构是由 **alpha** 和 **omega**组成,其中: