You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2021/09/24 07:29:54 UTC

[GitHub] [skywalking-satellite] wu-sheng commented on a change in pull request #69: Support load-balance GRPC client with Kubenetes selector

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: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org