grpc / grpc-go

The Go language implementation of gRPC. HTTP/2 based RPC
https://grpc.io
Apache License 2.0
21.07k stars 4.38k forks source link

Move helpers in balancer/weightedroundrobin to appropriate files #6261

Open zasweq opened 1 year ago

zasweq commented 1 year ago

The helpers in balancer/weightedroundrobin are not related to the weightedroundrobin implementation. We should move them to a more appropriate place in the codebase.

arvindbr8 commented 1 year ago

@zasweq the issue mentioned above seems to be merged. Is this a reactive from that PR?