bzp2010 commented on PR #2460:
URL: 
https://github.com/apache/apisix-dashboard/pull/2460#issuecomment-1157302068

   > maybe we should create 10 routes only? each route has 3 methods and should 
create an upstream with 5 nodes.
   
   Hi, @nic-chen.
   
   Why you can't create multiple node upstreams is mentioned in another comment 
above. The short description is that the servers field in the OAS documentation 
supports not only filling in the domain, but also configuring the path while 
allowing to configure multiple addresses with different paths, we don't 
actually have the ability to handle this scenario, so only the first servers 
entry is used. 
https://github.com/apache/apisix-dashboard/pull/2460#discussion_r890004354
   
   ```text
   servers:
   - url: https://z.com/test/
   - url: https://x.com/non-test/
   - url: https://c.com/test-now/
   ```
   


-- 
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]

Reply via email to