forgaoqiang opened a new issue #1967: URL: https://github.com/apache/apisix-dashboard/issues/1967
## Issue description In route config, both upstream and service<service has upstream too> can be set at the same time we have two paths: ``` route -> upstream route -> service -> upstream ``` At the same time, you can set an upstream to route and service at the same time, if I set an upstream to a route and associated a service<the service itself has an upstream> to the route, **which upstream will the route use**? ## Expected behavior I think it should set upstream in service since we have a unique way to route a request `Request -> match route -> go through the plugins in the service -> upstream to DST service provider ` ## How to Reproduce ## Screenshots ## Environment APISIX 2.6 with APISIX-dashboard 2.7 -- 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]
