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 b401663  Update sc-cluster.md
b401663 is described below

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

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

diff --git a/docs/sc-cluster.md b/docs/sc-cluster.md
index 1296c36..10200eb 100644
--- a/docs/sc-cluster.md
+++ b/docs/sc-cluster.md
@@ -101,8 +101,8 @@ In your microservice.yaml you can provide the SC IP of both 
the instance or any
 cse:
   service:
     registry:
+      # simple load balencer
       address: "http://10.12.0.1:30100, http://10.12.0.2:30100";
-      autodiscovery: true
 ```
 or 
 ```
@@ -110,6 +110,7 @@ cse:
   service:
     registry:
       address: http://10.12.0.1:30100
+      # auto discovery service-center endpoints
       autodiscovery: true
 ```
 In both the cases 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