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/22 15:21:03 UTC

[GitHub] [skywalking-satellite] mrproliu commented on a change in pull request #68: Support load-balance GRPC client with static server list

mrproliu commented on a change in pull request #68:
URL: https://github.com/apache/skywalking-satellite/pull/68#discussion_r714054949



##########
File path: plugins/client/grpc/client_config.go
##########
@@ -73,6 +73,9 @@ func (c *Client) loadConfig() (*[]grpc.DialOption, error) {
 		return err
 	})
 
+	// using round-robin load balancer
+	options = append(options, grpc.WithDefaultServiceConfig(`{"loadBalancingPolicy":"round_robin"}`))

Review comment:
       That's true. I think it is enough for us to specify a load-balance method. 




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