Replies: 1 comment 3 replies
-
@Skcey Thanks for your interest. Is this a use case that you require? Trying to understand the priority here, so we can determine if we want to be able to support the full route solutions (i.e. multiple listeners/backends) before accepting the work, versus getting the minimal functionality in place to support a customer use case. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In the project, there are plans to support TCPRoute and UDPRoute in the future. Building on this, I have supplemented the basic functionalities of TCPRoute and UDPRoute by referring to the implementations of HTTPRoute and TLSRoute.





Specifically, I added relevant controllers, implemented the corresponding route construction functions, and supplemented the generation of stream configurations, thereby enabling NGF to support TCPRoute and UDPRoute. This allows for simple Layer 4 load balancing, with each route supporting one listener. Currently, only one backend service is supported in the route.
Beta Was this translation helpful? Give feedback.
All reactions