Skip to content

Commit 6b64be9

Browse files
authored
resolver/weighted_round_robin: remove experimental suffix from name
1 parent 9489082 commit 6b64be9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

balancer/weightedroundrobin/balancer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ import (
4343
)
4444

4545
// Name is the name of the weighted round robin balancer.
46-
const Name = "weighted_round_robin_experimental"
46+
const Name = "weighted_round_robin"
4747

4848
func init() {
4949
balancer.Register(bb{})

test/xds/xds_client_custom_lb_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525
"time"
2626

2727
"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
2929
"google.golang.org/grpc/credentials/insecure"
3030
"google.golang.org/grpc/internal/envconfig"
3131
"google.golang.org/grpc/internal/stubserver"

0 commit comments

Comments
 (0)