Ben0625 opened a new issue #4090:
URL: https://github.com/apache/apisix/issues/4090


   Request:
   > Set just one route and the path is "/test".
   > Set correspondence between many matched rules and upstreams. For example:
   > 
   > > if args_id == 1, choose upstream A
   > > if args_id == 2, choose upstream B
   > > if args_id == 3, choose upstream C
   > > ......
   
   For now, if I have 10 correspondence, I have to create 10 routes with the 
same path "/test". Then set one correspondence for each route.
   I check `traffic-split` plugin, it works well for 2 upstreams, but it 
doesn't seem to match more than 2 correspondence.
   
   Is it possible to set just one route and have multiple correspondence as 
`Request` describes?
   


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to