grpc-java icon indicating copy to clipboard operation
grpc-java copied to clipboard

Fix RLS config child lb config validation

Open dapengzhang0 opened this issue 3 years ago • 0 comments

As per the spec go/grpc-rls-lb-policy-design

At config-validation time, we must construct and validate the config for the child policy, but we don't yet know the target name to use for it. The config for the child policy will be constructed by starting with the static config from the childPolicy field, adding the field name specified in childPolicyConfigTargetFieldName, and setting the value of that field to some dummy string.

dapengzhang0 avatar Jan 12 '22 22:01 dapengzhang0