Rename balancer to prevent overlap

pull/15701/head
Chris S. Kim 2022-12-09 16:17:01 -05:00
parent 44d5c20f16
commit 5420eddfb0
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ import (
)
// PickFirstBalancerName is the name of the pick_first balancer.
const PickFirstBalancerName = "pick_first"
const PickFirstBalancerName = "pick_first_original"
func newPickfirstBuilder() balancer.Builder {
return &pickfirstBuilder{}