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
@tzssangglass uses the method of "when the route is configured with an upstream_id, the upstream_id is passed into the server_list" to solve it.
Thank you very much @tzssangglass .
I think we can create a temporary variable to cache the upstream_id configured in the plug-in, and delete it after the end of use, so as to avoid the modification of ctx.matched_route.value.upstream_id. For example, create a temporary variable upstream_id_tmp: ctx.matched_route.value.upstream_id_tmp
Issue description
prerequisite: the traffic-split plugin now controls the request proxy to a specific upstream by corrupting the upstream configuration in the route.
topic: is there a way to do the same thing without corrupting the upstream configuration in the route?
if there are problems with the prerequisite, please correct me
reference #3758
The text was updated successfully, but these errors were encountered: