Tags: swetapatra/APIcast
Tags
Update CHANGELOG.md Co-authored-by: porueesq <43811485+porueesq@users.noreply.github.com>
v3.9-final Signed-off-by: Eloy Coto <eloy.coto@acalustra.com>
Release version 2.9-beta1 Signed-off-by: Eloy Coto <eloy.coto@acalustra.com>
Release version 2.9-beta1 Signed-off-by: Eloy Coto <eloy.coto@acalustra.com>
Release version 3.9-alpha1 Signed-off-by: Eloy Coto <eloy.coto@acalustra.com>
GRPC policy: Fix routing upstream issue. This commit makes things super simpler in GRPC, and avoid the miss-configuration that was made previously around upstream&balancers. Before on GRPC we set the balancer, and all the balancer logic happened on the policy itself, instead of using the apicast.upstream and apicast.balancer. With this change, the location is changed on the upstream.lua, so it does not matter if was set in the apicast.policy, or in another policy, in this case the routing policy. This finally fix THREESCALE-4684 Signed-off-by: Eloy Coto <eloy.coto@gmail.com>
GRPC policy: Fix routing upstream issue. This commit makes things super simpler in GRPC, and avoid the miss-configuration that was made previously around upstream&balancers. Before on GRPC we set the balancer, and all the balancer logic happened on the policy itself, instead of using the apicast.upstream and apicast.balancer. With this change, the location is changed on the upstream.lua, so it does not matter if was set in the apicast.policy, or in another policy, in this case the routing policy. This finally fix THREESCALE-4684 Signed-off-by: Eloy Coto <eloy.coto@gmail.com>