lingsamuel opened a new issue, #8518: URL: https://github.com/apache/apisix/issues/8518
### Description Using upstream as the backend of proxy-mirror can reduce the cost of route maintenance, as the user only needs to maintain a single upstream instead of a specific value on a huge number of routes. In addition, in xds, routes and upstreams are configured by different services. All upstreams are managed with the same concept, as is the mirror backend. Therefore, the route will reference an upstream resource instead of using a specific value that will be used. So in this case, it's difficult, even impossible, to correctly grab the data from the upstream.nodes and patch it to the proxy-mirror plugin of routes due to the timing uncertainty. -- 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]
