wu-sheng commented on a change in pull request #4967:
URL: https://github.com/apache/skywalking/pull/4967#discussion_r444888639
##########
File path: docs/en/setup/backend/backend-cluster.md
##########
@@ -82,6 +83,14 @@ The following setting are provided to set the host and port
manually, based on y
- internalComHost, the host registered and other oap node use this to
communicate with current node.
- internalComPort, the port registered and other oap node use this to
communicate with current node.
+## Nacos
+Set the **cluster/selector** to **nacos** in the yml to enable.
+
+```yaml
+cluster:
+ selector: ${SW_CLUSTER:nacos}
+ # other configurations
Review comment:
Please list the configuration of Nacos, and explain them. Also, Nacos
should be at the last one.
----------------------------------------------------------------
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:
[email protected]