Closed mercyblitz closed 5 years ago
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最下面又变成这样配置了试了一下管用 dubbo.application.qosEnable=true dubbo.application.qosPort=33333 dubbo.application.qosAcceptForeignIp=false
I also cannot reproduce the problem, dubbo.application.qos-enable=false
works for boot-starter.
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