Skip to content

Commit

Permalink
Enable new PickFirst LB (grpc#11348)
Browse files Browse the repository at this point in the history
  • Loading branch information
larry-safran authored Jun 28, 2024
1 parent 0b68eff commit ccfd351
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public final class PickFirstLoadBalancerProvider extends LoadBalancerProvider {
private static final String SHUFFLE_ADDRESS_LIST_KEY = "shuffleAddressList";

private static boolean enableNewPickFirst =
GrpcUtil.getFlag("GRPC_EXPERIMENTAL_ENABLE_NEW_PICK_FIRST", false);
GrpcUtil.getFlag("GRPC_EXPERIMENTAL_ENABLE_NEW_PICK_FIRST", true);

public static boolean isEnabledHappyEyeballs() {

Expand Down

0 comments on commit ccfd351

Please sign in to comment.