nic-6443 opened a new pull request, #13402:
URL: https://github.com/apache/apisix/pull/13402

   When a stream route references a service, APISIX already builds a merged 
stream route and records a `stream_route&service` context. That context was 
then overwritten with route-only values before plugin execution, so 
plugin-level caches could keep using the old service plugin config until the 
route changed or the worker restarted.
   
   This keeps the service-aware context for stream routes backed by a service, 
while preserving the existing route-only context for standalone stream routes.
   
   Tested with:
   
   ```
   switch-runtime apisix
   prove -I. -r t/stream-plugin/syslog.t
   ```


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