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: Optimize weighted random choice in route selection #3199

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

achimnol
Copy link
Member

@achimnol achimnol commented Dec 4, 2024

resolves #3197.

Checklist: (if applicable)

  • Milestone metadata specifying the target backport version
  • Mention to the original issue
  • Test case(s)

Sorry, something went wrong.

@github-actions github-actions bot added size:M 30~100 LoC comp:appproxy Related to App Proxy component labels Dec 4, 2024
@achimnol achimnol force-pushed the topic/improve-app-proxy-load-balancing branch 2 times, most recently from 388657d to 5239b4c Compare December 6, 2024 14:53
Copy link
Member Author

achimnol commented Dec 6, 2024

Verified

This commit was signed with the committer’s verified signature.
achimnol Joongi Kim

Verified

This commit was signed with the committer’s verified signature.
achimnol Joongi Kim

Verified

This commit was signed with the committer’s verified signature.
achimnol Joongi Kim
@achimnol achimnol force-pushed the topic/improve-app-proxy-load-balancing branch from 5239b4c to 4d22a1d Compare December 9, 2024 05:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:appproxy Related to App Proxy component size:M 30~100 LoC
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace route selection logic with native C implementation
1 participant