AlbumenJ commented on issue #9374:
URL: https://github.com/apache/dubbo/issues/9374#issuecomment-1185108496

   > 之前的老版本是没有问题的
   
   之前版本是没有做拦截,由于框架在关闭过程中了,如果没拦截很容易出现非预期的结果,所以 3 里面兜底拦截了
   
   > web层优雅关机了(Springboot 2.3.12),但 还有流量进来
   
   如果需要做到无损需要在这里做等待,等到没有任何流量了再继续走 dubbo 的销毁。web -> 依赖 -> dubbo,如果 dubbo 先关了 web 
确实是会有问题的


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to