You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/05/25 15:30:40 UTC

[GitHub] [apisix] rogerwangzy opened a new issue #4304: 透明代理 transparent

rogerwangzy opened a new issue #4304:
URL: https://github.com/apache/apisix/issues/4304


   apisix 基于nginx,是否支持 proxy_pass transparent ?
   
   MQTT 协议的代理,由于并发连接数非常大,会出现  代理与 upstream 之间tcp连接数耗尽的问题(如果不支持透明代理的话)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] rogerwangzy commented on issue #4304: 透明代理 transparent

Posted by GitBox <gi...@apache.org>.
rogerwangzy commented on issue #4304:
URL: https://github.com/apache/apisix/issues/4304#issuecomment-848388853


   基于官方的nginx, tcp proxy_pass transparent  ,没有配置成功过。。。,haproxy也不行,想找一个能解决问题的代理,始终没找到。


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] spacewander commented on issue #4304: 透明代理 transparent

Posted by GitBox <gi...@apache.org>.
spacewander commented on issue #4304:
URL: https://github.com/apache/apisix/issues/4304#issuecomment-848380938


   You can use `stream_configuration_snippet` to inject a new server to do it:
   https://github.com/apache/apisix/blob/master/docs/zh/latest/customize-nginx-configuration.md


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] spacewander closed issue #4304: transparent

Posted by GitBox <gi...@apache.org>.
spacewander closed issue #4304:
URL: https://github.com/apache/apisix/issues/4304


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org