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) [![Build 
Status](https://travis-ci.org/apache/servicecomb-pack.svg?branch=master)](https://travis-ci.org/apache/servicecomb-pack?branch=master)
 [![Coverage 
Status](https://coveralls.io/repos/github/apache/servicecomb-pack/badge.svg?branch=master)](https://coveralls.io/github/apache/servicecomb-pack?branch=master)[![Maven
 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.servicecomb.saga/saga/badge.svg)](http://search.maven.org/#search%7Cga%7
 [...]
-Apache ServiceComb Saga is an eventually data consistency solution for 
micro-service applications.
+# Pack | [中文](README_ZH.md) [![Build 
Status](https://travis-ci.org/apache/servicecomb-pack.svg?branch=master)](https://travis-ci.org/apache/servicecomb-pack?branch=master)
 [![Coverage 
Status](https://coveralls.io/repos/github/apache/servicecomb-pack/badge.svg?branch=master)](https://coveralls.io/github/apache/servicecomb-pack?branch=master)[![Maven
 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.servicecomb.saga/saga/badge.svg)](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) [![Build 
Status](https://travis-ci.org/apache/servicecomb-pack.svg?branch=master)](https://travis-ci.org/apache/servicecomb-pack?branch=master)
 [![Coverage 
Status](https://coveralls.io/repos/github/apache/servicecomb-pack/badge.svg?branch=master)](https://coveralls.io/github/apache/servicecomb-pack?branch=master)
 
[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
 [![Gitter](https://img.s [...]
-Apache ServiceComb Saga 是一个微服务应用的数据最终一致性解决方案。
+# Pack | [English](README.md) [![Build 
Status](https://travis-ci.org/apache/servicecomb-pack.svg?branch=master)](https://travis-ci.org/apache/servicecomb-pack?branch=master)
 [![Coverage 
Status](https://coveralls.io/repos/github/apache/servicecomb-pack/badge.svg?branch=master)](https://coveralls.io/github/apache/servicecomb-pack?branch=master)
 
[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
 [![Gitter](https://img.s [...]
+Apache ServiceComb Pack 是一个微服务应用的数据最终一致性解决方案。
 
 ## 特性
 * 高可用。支持集群模式。
@@ -8,7 +8,7 @@ Apache ServiceComb Saga 是一个微服务应用的数据最终一致性解决
 * 低侵入。仅需2-3个注解和编写对应的补偿方法即可进行分布式事务。
 * 部署简单。可通过Docker快速部署。
 * 支持前向恢复(重试)及后向恢复(补偿)。
-* 扩展简单。基于Pack架构很容实现多种协调机制。
+* 扩展简单。基于Pack架构很容实现多种协调协议,目前支持TCC,Saga协议。
 
 ## 架构
 ServiceComb Pack 架构是由 **alpha** 和 **omega**组成,其中:

Reply via email to