robin-lu-20230331 opened a new issue, #4895:
URL: https://github.com/apache/shenyu/issues/4895

   ### Question
   
   We might call some external services from other scheduler, for example 
lettuce-redis library can publish reactor stream into lettuce-event-poll-xxx 
scheduler.
   
   Below is a example from our service logging.  We use `shenyu-worker` for 
default plugin execution scheduler, but we might use netty client 
`xxx-shenyu-netty` to call a external http api  by some cases, and then the 
subsequence plugins are executed in the `wrong` scheduler .
   <img width="254" alt="image" 
src="https://github.com/apache/shenyu/assets/129500915/eeca03ba-e2c9-4bef-a12d-164e24c810f1";>
   
   Is there any way shenyu can check scheduler that we expected or keep every 
plugin execution in the same scheduler? 
   In our case, switch back to `shenyu-worker` after the customized plugin 
execution finished.
   


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