Firstsawyou edited a comment on issue #3787: URL: https://github.com/apache/apisix/issues/3787#issuecomment-800483282
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` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
