-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information
Showing
3 changed files
with
7 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters