-
Notifications
You must be signed in to change notification settings - Fork 592
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
feat: support expression route for TCPRoute. #4385
Conversation
@rodman10 Thanks for contributing. Currently Kong gateway does not support expression router in L4 proxy, and the interface is not totally decided yet. So please do not take too much time on this issue for now. Also, supporting ALL resources in one PR would make the PR too large, so please do not make too large PRs. |
@randmonkey Thanks, I just tried to support expression tcproute basically according to Kong/kong#11071 for learning, the remain things haven't begun yet. |
@rodman10 now Kong/kong#11071 has been merged. You can continue your development based on current |
Which KIC version is expected to contain this feature, and what is the corresponding milestone timepoint? @randmonkey |
I think it would not be included in 2.11 (the next release, will be released recently). Likely to be in 2.12, which is expected to release about several weeks later than 2.11. We do not have a very precise time for releasing 2.12 yet. |
Time seems ok, I'd like to work on it. Thanks! |
1dcebd1
to
6af4d88
Compare
b0a0164
to
8d15c3f
Compare
db83b8e
to
80e9419
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, only some minor things and CHANGELOG entry remaining,
80e9419
to
bf657fe
Compare
bf657fe
to
1d14948
Compare
40f2a90
to
7a4299e
Compare
7a4299e
to
3ffaf12
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Ok, I will try to finish #4540 for TLSRoute and #4542 for UDPIngress first. |
OK. I assigned #4540 to you, when you finish the PR for supporting |
What this PR does / why we need it:
Which issue this PR fixes:
Fixes #4312
Special notes for your reviewer:
PR Readiness Checklist:
Complete these before marking the PR as
ready to review
:CHANGELOG.md
release notes have been updated to reflect any significant (and particularly user-facing) changes introduced by this PR