bingfengfeifei opened a new issue, #9632: URL: https://github.com/apache/apisix/issues/9632
### Description If I want to integrate a WAF into apisix, such as coraza, a WAF written in Golang, the best practice would be to write a plugin in Lua, export coraza as a C language interface, and then call the C language interface through FFI, or directly integrate coraza through a go runner. Does either of these methods have an impact on detection speed? Will the go runner form be significantly slower than the Lua method? ### Environment - APISIX version (run `apisix version`): 3.3.0 - Operating system (run `uname -a`): Linux apisix-5fc4c5bf47-kbkwp 5.10.0-21-amd64 #1 SMP Debian 5.10.162-1 (2023-01-21) x86_64 GNU/Linux - OpenResty / Nginx version (run `openresty -V` or `nginx -V`): nginx version: openresty/1.21.4.1 - etcd version, if relevant (run `curl http://127.0.0.1:9090/v1/server_info`):3.5.0 - 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]
