Skip to content

Conversation

bzp2010
Copy link
Collaborator

@bzp2010 bzp2010 commented Oct 16, 2025

Description

Currently, gateway group id uses fuzzy search on the name, which may select the wrong gateway group when prefixes are the same.

This PR addresses this issue. When users employ API7 versions supporting exact search, the ADC will perform an exact match search for gateway groups to verify the ID. For versions lacking exact search capability, it automatically falls back to the current implementation, continuing to use fuzzy search to determine the gateway group.

Checklist

  • I have explained the need for this PR and the problem it solves
  • I have explained the changes or the new features added to this PR
  • I have added tests corresponding to this change
  • I have updated the documentation to reflect this change
  • I have verified that this change is backward compatible

@bzp2010 bzp2010 assigned juzhiyuan and SkyeYoung and unassigned juzhiyuan and SkyeYoung Oct 16, 2025
@bzp2010 bzp2010 added the test/api7 Trigger the API7 test on the PR label Oct 16, 2025
@bzp2010 bzp2010 merged commit 211ffc4 into main Oct 16, 2025
38 of 39 checks passed
@bzp2010 bzp2010 deleted the bzp/fix-ba7-exact-gatewaygroup-search branch October 16, 2025 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

test/api7 Trigger the API7 test on the PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants