You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "zhang6622056 (GitHub)" <gi...@apache.org> on 2018/12/25 08:29:25 UTC

[GitHub] [incubator-dubbo-spring-boot-project] zhang6622056 opened issue #339: qos port相关配置不生效

我的application.yml文件:
dubbo:
    scan:
        basePackages:  xxx.xxx.xxx
    application:
        id:    xxx
        name:   xxx
        qos:
          port: 22221
          enable: true
    protocol:
        id:     dubbo
        name:   dubbo
        port:   20815
    registry:
        id: my-registry
        address:   zookeeper://ip:port
        file:   .dubbo/dubbo-registry-cart-schedule.cache


我的pom文件:
                <dependency>
			<groupId>com.alibaba.boot</groupId>
			<artifactId>dubbo-spring-boot-starter</artifactId>
			<version>0.2.0</version>
		</dependency>

如以上描述,其他配置都生效了。就是qos相关配置未生效。去相关Config类里面也没有找到相关QOS的信息,请问是我用错了吗?















[ Full content available at: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/339 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org

[GitHub] [incubator-dubbo-spring-boot-project] zhang6622056 commented on issue #339: qos port相关配置不生效

Posted by "zhang6622056 (GitHub)" <gi...@apache.org>.
经过查看dubbo 2.6.2 starter 0.2.0 中的ApplicationConfig类,相关的配置更改成了        qosPort和qosEnable 两个属性,samples尚未替换。已经生效。谢谢

[ Full content available at: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/339 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org

[GitHub] [incubator-dubbo-spring-boot-project] zhang6622056 closed issue #339: qos port相关配置不生效

Posted by "zhang6622056 (GitHub)" <gi...@apache.org>.
[ issue closed by zhang6622056 ]

[ Full content available at: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/339 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org