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 273f98c Update sc-cluster.md
273f98c is described below
commit 273f98c2c1b637330491b043d8ac0d7fb7b0da85
Author: little-cui <[email protected]>
AuthorDate: Wed Jan 24 14:31:06 2018 +0800
Update sc-cluster.md
---
docs/sc-cluster.md | 11 +----------
1 file changed, 1 insertion(+), 10 deletions(-)
diff --git a/docs/sc-cluster.md b/docs/sc-cluster.md
index 10200eb..edb0db3 100644
--- a/docs/sc-cluster.md
+++ b/docs/sc-cluster.md
@@ -101,18 +101,9 @@ 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"
-```
-or
-```
-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.
+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].