You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear apisix team, i want to base on some condition to routing to different service
when i use ctx.upstream_id = conf.upstream_id it will routing to new upstream
but when i use ctx.service_id = conf.service_id , it still routing to old version
Cause we have plugins on service level , routing to new service will be better than routing to a new upstream
May I know how can we mannually change service to annother service in plugin code ?
Description
Dear apisix team, i want to base on some condition to routing to different service
when i use
ctx.upstream_id = conf.upstream_id
it will routing to new upstreambut when i use
ctx.service_id = conf.service_id
, it still routing to old versionCause we have plugins on service level , routing to new service will be better than routing to a new upstream
May I know how can we mannually change service to annother service in plugin code ?
Environment
apisix version
):uname -a
):openresty -V
ornginx -V
):curl http://127.0.0.1:9090/v1/server_info
):luarocks --version
):The text was updated successfully, but these errors were encountered: