wu-sheng commented on a change in pull request #69:
URL: 
https://github.com/apache/skywalking-satellite/pull/69#discussion_r715380621



##########
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.

Review comment:
       ```suggestion
   GRPC client support connect to multiple server address, and use 
`round-robin` policy for load-balance.
   ```
   Does this base on per streaming or per message?




-- 
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]


Reply via email to