-
Notifications
You must be signed in to change notification settings - Fork 347
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: add support for TCP Route #737
Conversation
69b3873
to
d3f5f14
Compare
@Xunzhuo are you able to complete this PR and the additional work to add TCPRoute support for v0.3.0-rc.1? |
Yes, it could be done possibly, I am quite busy this week, will come back to feature implementations this weekend. |
d3f5f14
to
5ffa0e6
Compare
Codecov Report
@@ Coverage Diff @@
## main #737 +/- ##
==========================================
- Coverage 63.91% 63.61% -0.30%
==========================================
Files 50 50
Lines 6506 6857 +351
==========================================
+ Hits 4158 4362 +204
- Misses 2087 2215 +128
- Partials 261 280 +19
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
82f300d
to
038e628
Compare
ab54500
to
20d7de5
Compare
98843ab
to
c1deb92
Compare
|
||
You can try to use nc to test the TCP connections of envoy gateway with different ports, and you can see them succeeded: | ||
|
||
```shell |
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.
can you expand a little more for this example
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.
Can we expand this with an additional docs PR?
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.
sure np
c1deb92
to
4716b85
Compare
Signed-off-by: bitliu <bitliu@tencent.com>
4716b85
to
fafa4aa
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, thanks for adding this feature in @Xunzhuo 🚀 !
Resolves: #643
Progress:
Signed-off-by: bitliu bitliu@tencent.com