xixingya commented on issue #14254: URL: https://github.com/apache/dubbo/issues/14254#issuecomment-2136818252
this may solve your problem, https://cn.dubbo.apache.org/zh-cn/overview/mannual/java-sdk/advanced-features-and-usage/others/graceful-shutdown/ ```yml server: shutdown: graceful dubbo: application: name: dubbo-springboot-demo-provider shutwait: 30000 ``` -- 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]
