wklken commented on issue #11846:
URL: https://github.com/apache/apisix/issues/11846#issuecomment-2560799866

   if you have separate services like svc-v2/svc-v3 
   
   - use `route.vars`, two routes, same `uri`, but with different `vars` like: 
`http_version==v2` and `http_version==v3`, to different upstream [easy to add 
or remove route] 
   - or you can use the 
[traffic-split](https://apisix.apache.org/docs/apisix/plugins/traffic-split/) 
to split via the header to different upstream
   


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