zhangbaoqian opened a new issue #5967: URL: https://github.com/apache/apisix/issues/5967
### Issue description 遇到的问题:我想要写一个go插件将apisix转发给业务服务后的响应改写(逻辑是:进行i18n国际化,还需要连接redis); 但是apisix提供拓展的ext-plugin*插件是在access或者rewrite阶段执行的, 并没有在filter_body阶段执行, 这里我需要怎么做? ### Environment - apisix version (cmd: `apisix version`): 2.9 - OS (cmd: `uname -a`): cent7 - OpenResty / Nginx version (cmd: `nginx -V` or `openresty -V`): - etcd version, if have (cmd: run `curl http://127.0.0.1:9090/v1/server_info` to get the info from server-info API): - apisix-dashboard version, if have: - the plugin runner version, if the issue is about a plugin runner (cmd: depended on the kind of runner): - luarocks version, if the issue is about installation (cmd: `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]
