-
Notifications
You must be signed in to change notification settings - Fork 85
Open
Description
Line 50 in 28ddb0a
| grpc.DialContext(ctx, "kubernetes:///service:grpc", grpc.WithBalancerName("round_robin"), grpc.WithInsecure()) |
grpc.WithBalancerName doesn't exist anymore, it should be
const grpcServiceConfig = `{"loadBalancingPolicy":"round_robin"}`
grpc.WithDefaultServiceConfig(grpcServiceConfig),Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels