Skip to content

Commit

Permalink
[ring_hash] delegate to pick_first as per dualstack design (grpc#34244)
Browse files Browse the repository at this point in the history
Rolls forward the changes from grpc#33093 and some from grpc#33568, which were
rolled back in grpc#33718.
  • Loading branch information
markdroth authored Sep 7, 2023
1 parent 3824288 commit a315171
Show file tree
Hide file tree
Showing 4 changed files with 442 additions and 464 deletions.
6 changes: 4 additions & 2 deletions src/core/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4833,16 +4833,18 @@ grpc_cc_library(
deps = [
"channel_args",
"closure",
"delegating_helper",
"error",
"grpc_lb_subchannel_list",
"grpc_lb_policy_pick_first",
"grpc_service_config",
"json",
"json_args",
"json_object_loader",
"lb_policy",
"lb_policy_factory",
"lb_policy_registry",
"pollset_set",
"ref_counted",
"subchannel_interface",
"unique_type_name",
"validation_errors",
"//:channel_arg_names",
Expand Down
Loading

0 comments on commit a315171

Please sign in to comment.