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

[Backport release/3.3.x] fix(router): don't fail on route with multiple paths #11159

Merged
merged 2 commits into from Jul 7, 2023

Commits on Jun 30, 2023

  1. fix(router): don't fail on route with multiple paths (#11158)

    In `traditional_compatible` mode, the router would fail to work if a
    route with multiple paths but no service would be created.
    
    Fixes KAG-1961
    
    (cherry picked from commit b0bd002)
    hanshuebner committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    a647a59 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Configuration menu
    Copy the full SHA
    2ba09c0 View commit details
    Browse the repository at this point in the history