chickenlj opened a new issue #9422:
URL: https://github.com/apache/dubbo/issues/9422
The shutdown process of 3.0 needs to be verified.
Make sure `address un-registration from the registry` and `read-only
notification event to the consumer` are done first before any internal resource
destroy.
```java
// DubboShutdownHook.java
private void doDestroy() {
this.applicationModel.destroy();
}
```
--
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]