Skip to content

perf: support concurrent running of ADC #2483

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

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

AlinsRan
Copy link
Contributor

@AlinsRan AlinsRan commented Jul 18, 2025

Type of change:

  • Bugfix
  • New feature provided
  • Improve performance
  • Backport patches
  • Documentation
  • Refactor
  • Chore
  • CI/CD or Tests

What this PR does / why we need it:

In the apisix standalone mode, the controller performs synchronization once for each pod.
As the current synchronization operation is serial, the time consumption will increase as the number of pods increases.
Therefore, increasing concurrency can improve synchronization efficiency.

Pre-submission checklist:

  • Did you explain what problem does this PR solve? Or what new features have been added?
  • Have you added corresponding test cases?
  • Have you modified the corresponding document?
  • Is this PR backward compatible? If it is not backward compatible, please discuss on the mailing list first

@AlinsRan AlinsRan changed the title feat: support concurrent running of ADC perf: support concurrent running of ADC Jul 21, 2025
@AlinsRan AlinsRan marked this pull request as ready for review July 21, 2025 00:50
@AlinsRan AlinsRan marked this pull request as draft July 21, 2025 08:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant