lpcy opened a new issue, #13185: URL: https://github.com/apache/dubbo/issues/13185
I have a complex application scenario that includes both Dubbo and Rocketmq consumers, based on the Spring environment. Dubbo has both services and references. At present, when the program is stopped, the Rocketmq consumer will report an error due to the Dubbo being stopped. Can it be implemented to stop the dubbo service and rocketmq consumer first when the program is stopped, and then stop the dubbo reference after both are executed? I know Spring has a SmartLifecycle tool, but it seems that Dubbo does not support it. My environment: Dubbo: 3.2.5 Spring: 4.3 -- 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]
