mrproliu commented on a change in pull request #69:
URL:
https://github.com/apache/skywalking-satellite/pull/69#discussion_r715392682
##########
File path: docs/en/setup/examples/grpc-load-balance-client/README.md
##########
@@ -0,0 +1,84 @@
+# GRPC load balance client
+
+GRPC client support connect to multiple server address, and using round-robin
to load-balance server before send each request.
+
+## Server Discovery
+
+Support two ways to locate the server list:
+1. Static server list: Define the server address list.
Review comment:
Here is an example to let users know how to define multiple servers,
`static server lists` and `Kubernetes selector` are two different ways.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]