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

api,core: Add LoadBalancer.acceptResolvedAddresses() #9498

Merged
merged 1 commit into from
Aug 31, 2022

Commits on Aug 29, 2022

  1. api,core: Add LoadBalancer.acceptResolvedAddresses()

    Introduces a new acceptResolvedAddresses() method in LoadBalancer that
    is to ultimately replace the existing handleResolvedAddresses(). The new
    method allows the LoadBalancer implementation to reject the given
    addresses by returning false from the method.
    
    The long deprecated handleResolvedAddressGroups is also removed.
    temawi committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    3dacf7e View commit details
    Browse the repository at this point in the history