File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
balancer/weightedroundrobin Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ import (
43
43
)
44
44
45
45
// Name is the name of the weighted round robin balancer.
46
- const Name = "weighted_round_robin_experimental "
46
+ const Name = "weighted_round_robin "
47
47
48
48
func init () {
49
49
balancer .Register (bb {})
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import (
25
25
"time"
26
26
27
27
"google.golang.org/grpc"
28
- _ "google.golang.org/grpc/balancer/weightedroundrobin" // To register weighted_round_robin_experimental.
28
+ _ "google.golang.org/grpc/balancer/weightedroundrobin" // To register weighted_round_robin
29
29
"google.golang.org/grpc/credentials/insecure"
30
30
"google.golang.org/grpc/internal/envconfig"
31
31
"google.golang.org/grpc/internal/stubserver"
You can’t perform that action at this time.
0 commit comments