sugarScc opened a new issue, #8817: URL: https://github.com/apache/apisix/issues/8817
### Description I plan to use apisix to proxy TCP connection between client and database(ex. MySQL), but when the client wants to do some bad thing(ex. hijacking) I want to close the TCP connection, how could I implement this feature? It's also ok if if I could prevent subsequent requests from this TCP connection. ---------------------------------------------------------- 我现在遇到的问题是我需要通过apisix代理MySQL的TCP链接,并且当客户端通过该TCP链接发送一些不正确的请求时,我能够关掉这个TCP链接,或者组织这个TCP链接继续进行请求,有没有什么方案可以实现这个功能呢? ### Environment - APISIX version (run `apisix version`): - Operating system (run `uname -a`): - OpenResty / Nginx version (run `openresty -V` or `nginx -V`): - etcd version, if relevant (run `curl http://127.0.0.1:9090/v1/server_info`): - APISIX Dashboard version, if relevant: - Plugin runner version, for issues related to plugin runners: - LuaRocks version, for installation issues (run `luarocks --version`): -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
