-
Notifications
You must be signed in to change notification settings - Fork 26.4k
New issue
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
[Issue] Qos port can't be disabled by externalized property #3958
Comments
Does it because we lost the QOS_ENABLE parameter in RegistryProtocol.getRegisteredProviderUrl method ? a little guess |
@mercyblitz I test the configuration using incubator-dubbo-spring-boot-project, and I find it can disable the Qos using dubbo.application.qos-enable=false. |
I use the sample in the incubator-dubbo-spring-boot-project to test |
我看官网 qos最下面又变成这样配置了试了一下管用 |
I also cannot reproduce the problem, |
But I think we should unify the the property name used in boot-starter and the core framework. |
Dubbo's Qos port can't be disabled by
dubbo.application.qos-enable=false
The text was updated successfully, but these errors were encountered: