Apache Apisix支持第4和第7层代理可以分别支持哪个第7层和第4层协议?

发布于 2025-02-03 11:38:02 字数 86 浏览 2 评论 0原文

我最近正在学习Apache Apisix,我想询问代理第7层和第4层协议。 Apache Apisix代理TCP和UDP可以直接支持什么?支持哪些第4层协议?

I am recently learning Apache APISIX and I would like to ask about the proxy layer 7, and layer 4 protocol.
Can Apache APISIX proxy TCP and UDP directly, and what are the seven-layer protocols supported? What layer 4 protocols are supported?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

情绪操控生活 2025-02-10 11:38:02

对于TCP/UDP,您可以使用stream-route功能来支持它们。

TCP是许多流行应用程序和服务的协议,例如> > > LDAP,MySQL和RTMP。 UDP(用户数据报协议)是许多>流行的非交易应用,例如DNS,Syslog和Radius。
APISIX可以动态加载平衡TCP/UDP代理。在nginx世界中,我们致电> TCP/UDP代理要流式传输代理,我们遵循此语句。

请检查 https://apisix.apache.org/docs.org/docs/docs/apisix/apisix/poisix/stream-proxy < /a>

for TCP/UDP, you could use stream-route feature to support them.

TCP is the protocol for many popular applications and services, such as > > > LDAP, MySQL, and RTMP. UDP (User Datagram Protocol) is the protocol for many > popular non-transactional applications, such as DNS, syslog, and RADIUS.
APISIX can dynamically load balancing TCP/UDP proxy. In Nginx world, we call > TCP/UDP proxy to stream proxy, we followed this statement.

Please check https://apisix.apache.org/docs/apisix/stream-proxy

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文