-
Notifications
You must be signed in to change notification settings - Fork 93
Closed
Description
After updating to google.golang.org/grpc v1.46.0 I cannot compile anymore with the following error:
../../../../pkg/mod/github.com/weaveworks/common@v0.0.0-20210913144402-035033b78a78/httpgrpc/server/server.go:137:8: undefined: grpc.WithBalancerName
It seems that the WithBalancerName was actually removed in grpc after it was deprecated for some time grpc/grpc-go#5232
The code in this repository that needs updating can be found here:
common/httpgrpc/server/server.go
Line 137 in f83ccc7
| grpc.WithBalancerName(roundrobin.Name), |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels