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

Fix target changes on LB #363

Merged
merged 1 commit into from
Feb 17, 2023
Merged

Fix target changes on LB #363

merged 1 commit into from
Feb 17, 2023

Commits on Feb 13, 2023

  1. Fix target changes on LB

    If a target with an identifier was previously registered with IPs and is
    now changing its IPs (IP refresh, different target...), the LB can now
    handle that case by removing it completly and adding it again.
    
    the internal setTargets is now removing old targets before adding new
    ones. It also checks if IPs for an identifier have changed or not.
    LionelJouin committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    829f143 View commit details
    Browse the repository at this point in the history