This is an automated email from the ASF dual-hosted git repository.
juzhiyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/master by this push:
new 7b1e78a39 docs: update mqtt-proxy doc to enable stream mode (#12712)
7b1e78a39 is described below
commit 7b1e78a395e2f575f89d4e2a3899da064e92b6df
Author: Baoyuan <[email protected]>
AuthorDate: Wed Oct 29 21:03:36 2025 +0800
docs: update mqtt-proxy doc to enable stream mode (#12712)
---
docs/en/latest/plugins/mqtt-proxy.md | 1 +
docs/zh/latest/plugins/mqtt-proxy.md | 1 +
2 files changed, 2 insertions(+)
diff --git a/docs/en/latest/plugins/mqtt-proxy.md
b/docs/en/latest/plugins/mqtt-proxy.md
index 07668d142..212fdb36a 100644
--- a/docs/en/latest/plugins/mqtt-proxy.md
+++ b/docs/en/latest/plugins/mqtt-proxy.md
@@ -49,6 +49,7 @@ To enable the Plugin, you need to first enable the
`stream_proxy` configuration
router:
http: 'radixtree_uri'
ssl: 'radixtree_sni'
+ proxy_mode: http&stream
stream_proxy: # TCP/UDP proxy
tcp: # TCP proxy port list
- 9100
diff --git a/docs/zh/latest/plugins/mqtt-proxy.md
b/docs/zh/latest/plugins/mqtt-proxy.md
index 30567c2b5..d28d53d5d 100644
--- a/docs/zh/latest/plugins/mqtt-proxy.md
+++ b/docs/zh/latest/plugins/mqtt-proxy.md
@@ -49,6 +49,7 @@ description: 本文档介绍了 Apache APISIX mqtt-proxy 插件的信息,通
router:
http: 'radixtree_uri'
ssl: 'radixtree_sni'
+ proxy_mode: http&stream
stream_proxy: # TCP/UDP proxy
tcp: # TCP proxy port list
- 9100