tzssangglass commented on issue #8118:
URL: https://github.com/apache/apisix/issues/8118#issuecomment-1283616691

   > 但是发现下次请求时init.lua 中api_ctx 的node (字段:matched_route value upstream 
node)仍为上次筛选过的node,
   
   The `api_ctx` stores per-request data, and the nodes are also the upstream 
nodes associated with the current matching route.
   
   Modifying the nodes in the `api_ctx` of the current request does not affect 
the nodes in the `api_ctx` of the next request, by design.


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to