@ralf0131 if you are using Dubbo 2.6.3 with Spring, Dubbo's Shutdown hook should never be registered. --这个您说错了,ProtocolConfig中dubbo的shutdown hook依然是保留的,它会触发dubbo停机hook(这个和老版本逻辑一致)。 All the shutdown logic should be triggered by Spring's Shutdown hook. --应该说2.6.3版本只有注册了DubboApplicationListener才能通过spring close事件触发dubbo停机。另外,spring的shutdown hook需要显示注册的,不是由dubbo框架决定的。
[ Full content available at: https://github.com/apache/incubator-dubbo/issues/2435 ] This message was relayed via gitbox.apache.org for [email protected]
