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

xds/eds: rewrite EDS policy using child policies #4457

Merged
merged 5 commits into from Jun 15, 2021

Commits on Jun 15, 2021

  1. [swap_eds_to_split_8] eds: rewrite

    This change rewrites the EDS balancer to make use of child policies
    (priority, cluster_impl, weighted_target, etc.) instead of doing
    everything on its own.
    
    The new EDS policy is very similar to the CDS balancer (both
    functionality-wise and code-wise). It watches service config updates,
    builds child policies (by building the json config), and passes on the
    other ClientConn updates.
    menghanl committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    c511dca View commit details
    Browse the repository at this point in the history
  2. [swap_eds_to_split_8] c1

    menghanl committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    9ea8582 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    22cda2f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    86ae07c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ffa31ef View commit details
    Browse the repository at this point in the history