kezhenxu94 commented on a change in pull request #3286: Add cluster etcd config 
to cluster.md.
URL: https://github.com/apache/skywalking/pull/3286#discussion_r315090002
 
 

 ##########
 File path: docs/en/setup/backend/backend-cluster.md
 ##########
 @@ -90,4 +90,17 @@ cluster:
     serviceName: ${SW_SERVICE_NAME:"SkyWalking_OAP_Cluster"}
     # Nacos cluster nodes, example: 10.0.0.1:8848,10.0.0.2:8848,10.0.0.3:8848
     hostPort: ${SW_CLUSTER_NACOS_HOST_PORT:localhost:8848}
+```
+
+## Etcd
+Set the **cluster** module's implementor to **etcd** in
+the yml to active.
+
+```yaml
+cluster:
 
 Review comment:
   If you're adding docs of Etcd implementation of cluster plugin, then I think 
the snippet here is wrong, it's for dynamic configuration, I think those 
configuration for etcd cluster is:
   
   ```yml
     etcd:
       serviceName: ${SW_SERVICE_NAME:"SkyWalking_OAP_Cluster"}
   #     etcd cluster nodes, example: 10.0.0.1:2379,10.0.0.2:2379,10.0.0.3:2379
       hostPort: ${SW_CLUSTER_ETCD_HOST_PORT:localhost:2379}
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to