You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ze...@apache.org on 2019/06/06 08:55:08 UTC

[servicecomb-service-center] branch master updated: correct README

This is an automated email from the ASF dual-hosted git repository.

zenlin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-service-center.git


The following commit(s) were added to refs/heads/master by this push:
     new 89908f8  correct README
     new a31bcd9  Merge pull request #555 from zenlint/correctRM
89908f8 is described below

commit 89908f8d6b06425ebcbd03c7f6b2039ec22ad906
Author: Zen Lin <li...@huawei.com>
AuthorDate: Thu Jun 6 13:56:49 2019 +0800

    correct README
    
    Signed-off-by: Zen Lin <li...@huawei.com>
---
 syncer/README-ZH.md | 9 ++++++++-
 syncer/README.md    | 7 +++++++
 2 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/syncer/README-ZH.md b/syncer/README-ZH.md
index f72a048..64b141b 100644
--- a/syncer/README-ZH.md
+++ b/syncer/README-ZH.md
@@ -80,4 +80,11 @@ $ ./syncer daemon --sc-addr http://10.0.0.11:30100 --bind 10.0.0.11:30190 --rpc-
 ```
 
 **结果验证**  
-将微服务实例注册到其中一个ServiceCener后30秒,可以从每个ServiceCenter获取有关该实例的信息。
\ No newline at end of file
+将微服务实例注册到其中一个ServiceCener后30秒,可以从每个ServiceCenter获取有关该实例的信息。
+
+### 4. 特性
+
+Syncer是一个开发中版本,在下面列出已支持的特性,更多开发中的特性请参考[TODO](./TODO-ZH.md)
+
+- 支持多个servicecomb-service-center 服务中心之间进行数据同步
+- 在etcd中固化存储微服务实例映射表
\ No newline at end of file
diff --git a/syncer/README.md b/syncer/README.md
index 12e7b3b..1fba7ea 100644
--- a/syncer/README.md
+++ b/syncer/README.md
@@ -94,3 +94,10 @@ $ ./syncer daemon --sc-addr http://10.0.0.11:30100 --bind 10.0.0.11:30190 --rpc-
 **Verification**  
 30 seconds after registering a microservice to one of the Service-centers,  the information about it can be get from the other one.
 
+### 4. Features
+
+Syncer is in developing progress, reference to [TODO](./TODO.md) to get more developing features. Supported features are listed as follows,
+
+- Data synchronization among multiple servicecomb-service-centers
+- Solidify the mapping table of micro-service instances into etcd
+