-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
docs: sync stream proxy Chinese version #5793
docs: sync stream proxy Chinese version #5793
Conversation
```shell | ||
$ mysql --host=127.0.0.1 --port=9100 -u root -p | ||
Enter password: | ||
ERROR 2013 (HY000): Lost connection to MySQL server at 'reading initial communication packet', system error: 2 |
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.
Is there any special output in the apisix logs at the time of this error?
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.
Sorry, I'm not clear on this, I've just updated the English part here, Do you have any good advice?
docs/zh/latest/stream-proxy.md
Outdated
我们可以添加更多的选项来匹配 route。目前 stream 路由配置支持 3 个字段进行过滤: | ||
|
||
- server_addr: 接受四层(流式)连接的 APISIX 服务器的地址。 | ||
- server_port: 接受四层(流式)连接的 APISIX 服务器的端口。 |
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.
Hi @tzssangglass, should we use 四层(流式)
or Stream Route
?
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.
Stream Route
+1, because the above is also not translated, it is best to unify.
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.
Should I change the 四层(流式)
to Stream Route
?
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.
yes
What this PR does / why we need it:
Ref PR docs: improve stream proxy filtering with example #5783
Pre-submission checklist: