rangtao commented on issue #2435: Summary of several issues of graceful shutdown URL: https://github.com/apache/incubator-dubbo/issues/2435#issuecomment-421541082 确实我看到2.6.3版本有相关修改,基本和我描述思路一致,还有两个细节问题: 1. 为什么通过ApplicationContextInitializer注册的方式,需要在考虑web.xml加载问题,为什么不在类似于ApplicationConfig类中直接implements ApplicaionListener,监听下close事件,多使用者来说不需要配置,更简单。 2.在destroyAll方法中,之前版本为了注册中心通知延迟,故意sleep了一段时间,2.6.3版本删除了,请问是怎么考虑的?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
