ryan4yin opened a new issue, #9690: URL: https://github.com/apache/apisix/issues/9690
### Current State The official example of `proxy-mirror` do not preserve connections, the example will create new connection for every new mirror request, which is not suitable for scenarios with high traffic. reference: https://github.com/apache/apisix/blob/master/docs/zh/latest/plugins/proxy-mirror.md ### Desired State I want to add a section about how to use proxy-mirror with nginx's `upstream`, In this way, proxy-mirror will reuse the the connection pool maintained by nginx `upstream`. I want to ask the official's suggestion, whether you are willing to accept contents of this type, and what requirements there are. -- 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]
