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(balancer): handle hyphenated-Pascal-case headers in consistent hashing #14118

Merged
merged 1 commit into from
Jan 13, 2025

Conversation

tzssangglass
Copy link
Member

@tzssangglass tzssangglass commented Jan 9, 2025

Summary

Consistent hashing was not correctly handling headers with hyphens and PascalCase formatting, resulting in uneven distribution of requests across upstream targets.

Checklist

  • The Pull Request has tests
  • A changelog file has been created under changelog/unreleased/kong or skip-changelog label added on PR if changelog is unnecessary. README.md
  • There is a user-facing docs PR against https://github.com/Kong/docs.konghq.com - PUT DOCS PR HERE

Issue reference

Fix: FTI-6431

…shing

Consistent hashing was not correctly handling headers with hyphens and PascalCase formatting, resulting in uneven distribution of requests across upstream targets.

Fix: [FTI-6431](https://konghq.atlassian.net/browse/FTI-6431)
Signed-off-by: tzssangglass <[email protected]>
@ms2008 ms2008 merged commit 8593695 into master Jan 13, 2025
36 checks passed
@ms2008 ms2008 deleted the FTI-6431 branch January 13, 2025 02:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants