You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CHILD_POLICY: XdsLoadBalancer "custom mode": XdsLoadBalancer receives the target name for each locality, and needs to resolve the target name and start a child LoadBlanacer for it.
First mentioned in another comment, and then discussed with @ejona86 and @dapengzhang0, it was concluded that we need to extract the following logic:
out of
ManagedChannelImpl, and make it usable in the following cases:ManagedChannelImplLoadBalancer.Helper#createResolvingOobChannel(blocking Implement LoadBalancer.Helper#createResolvingOobChannel #5495)XdsLoadBalancer"custom mode":XdsLoadBalancerreceives the target name for each locality, and needs to resolve the target name and start a childLoadBlanacerfor it.