Skip to content

Commit

Permalink
resolver/weighted_round_robin: remove experimental suffix from name (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dfawley committed Jul 26, 2023
1 parent 2aa2615 commit 41d1232
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion balancer/weightedroundrobin/balancer.go
Expand Up @@ -43,7 +43,7 @@ import (
)

// Name is the name of the weighted round robin balancer.
const Name = "weighted_round_robin_experimental"
const Name = "weighted_round_robin"

func init() {
balancer.Register(bb{})
Expand Down
2 changes: 1 addition & 1 deletion test/xds/xds_client_custom_lb_test.go
Expand Up @@ -25,7 +25,7 @@ import (
"time"

"google.golang.org/grpc"
_ "google.golang.org/grpc/balancer/weightedroundrobin" // To register weighted_round_robin_experimental.
_ "google.golang.org/grpc/balancer/weightedroundrobin" // To register weighted_round_robin
"google.golang.org/grpc/credentials/insecure"
"google.golang.org/grpc/internal/envconfig"
"google.golang.org/grpc/internal/stubserver"
Expand Down

0 comments on commit 41d1232

Please sign in to comment.