You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2018/12/18 09:33:32 UTC

[servicecomb-saga-actuator] branch master updated: Polish the README.md file

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-saga-actuator.git


The following commit(s) were added to refs/heads/master by this push:
     new 13e30be  Polish the README.md file
13e30be is described below

commit 13e30befeb63a155173e7b054b2f17ca689dcba8
Author: Willem Jiang <ji...@huawei.com>
AuthorDate: Tue Dec 18 17:33:14 2018 +0800

    Polish the README.md file
---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 92ffa20..f5e5da3 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,8 @@
 # Saga Actuator [![Build Status](https://travis-ci.org/apache/servicecomb-saga-actuator.svg?branch=master)](https://travis-ci.org/apache/servicecomb-saga-actuator?branch=master) [![Coverage Status](https://coveralls.io/repos/github/apache/servicecomb-saga-actuator/badge.svg?branch=master)](https://coveralls.io/github/apache/servicecomb-saga-actuator?branch=master) [![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
 
 ## Purpose
-Saga is a type of Compensating Transaction pattern, which provides a simple way to help users solve the data consistency problems encountered in micro-service applications. Saga Actuator provides
+Saga is a type of Compensating Transaction pattern, which provides a simple way to help users solve the data consistency problems encountered in micro-service applications. 
+Saga actuator provides a centralized execution engine to delegate the request to the outside services to provide eventual data consistency in Saga way. 
 
 ## Documentation
 Reference documentation is available on the [ServiceComb website](http://servicecomb.io/).