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

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


The following commit(s) were added to refs/heads/master by this push:
     new ce6531d  Update sc-cluster.md
ce6531d is described below

commit ce6531d46de3118758c051e50a6fb25e1f17fff0
Author: little-cui <[email protected]>
AuthorDate: Wed Jan 24 14:32:43 2018 +0800

    Update sc-cluster.md
---
 docs/sc-cluster.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/sc-cluster.md b/docs/sc-cluster.md
index b16d030..ea2ddf2 100644
--- a/docs/sc-cluster.md
+++ b/docs/sc-cluster.md
@@ -49,7 +49,7 @@ manager_cluster = "10.12.0.4:2379"
 
 Note: In `manger_cluster` you can put the multiple instances of etcd in the 
cluster like 
 ```
-manager_cluster= "10.12.0.4:2379, 10.12.0.X:2379, 10.12.0.X:2379"
+manager_cluster= "10.12.0.4:2379,10.12.0.X:2379,10.12.0.X:2379"
 ```
 
 #### Step 4
@@ -101,7 +101,7 @@ In your microservice.yaml you can provide the SC IP of both 
the instance or any
 cse:
   service:
     registry:
-      address: "http://10.12.0.1:30100, http://10.12.0.2:30100";
+      address: "http://10.12.0.1:30100,http://10.12.0.2:30100";
       autodiscovery: true
 ```
 In this case sdk will be able to discover all the instances of SC in cluster.

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to