grpc-java/rls
ZHANG Dapeng 7308d92034
rls: support routeLookupChannelServiceConfig in RLS lb config
Implementing the latest change for RLS lb config.

```
The configuration for the LB policy will be of the following form:

{
  "routeLookupConfig": <JSON form of RouteLookupConfig proto>,
  "routeLookupChannelServiceConfig": {...service config JSON...},
  "childPolicy": [
    {"<policy name>": {...child policy config...}}
  ],
  "childPolicyConfigTargetFieldName": "<name of field>"
}
```

>If the routeLookupChannelServiceConfig field is present, we will pass the specified service config to the RLS control plane channel, and we will disable fetching service config via that channel's resolver.
2022-02-01 14:08:15 -08:00
..
src rls: support routeLookupChannelServiceConfig in RLS lb config 2022-02-01 14:08:15 -08:00
BUILD.bazel rls: migrate deprecated server/path to extraKeys (#8469) 2021-09-07 21:32:33 -07:00
build.gradle rls: migrate deprecated server/path to extraKeys (#8469) 2021-09-07 21:32:33 -07:00