We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
请问,2.8.4是否有默认优雅停机方式?
The text was updated successfully, but these errors were encountered:
测试过了,不能进行优雅停机...
Sorry, something went wrong.
手动弄吧 ,要停机的时候设置成只出不 进
手动弄吧 ,要停机的时候设置成只出不 进 看了下dubbo那边的 issue#568: 修复优雅停机问题 。根据这个来改下代码应该可以
本身就支持的吧。 if ("true".equals(System.getProperty(SHUTDOWN_HOOK_KEY))) {
No branches or pull requests
请问,2.8.4是否有默认优雅停机方式?
The text was updated successfully, but these errors were encountered: