Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementation of the xds_experimental resolver. #2967

Merged
merged 1 commit into from Aug 21, 2019

Commits on Aug 21, 2019

  1. Implementation of the xds_experimental resolver.

    This resolver doesn't do much at this point, except returning an empty
    address list and a hard-coded service config which picks the xds
    balancer with a round_robin child policy.
    
    Also moved the xdsConfig struct to the xds/internal package and exported
    it as LBConfig, so that both the resolver and the balancer packages can
    make use of this.
    easwars committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    60027db View commit details
    Browse the repository at this point in the history