Skip to content
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

dubbo not support qos port configuration #4805

Closed
2 tasks
SparkandScala opened this issue Aug 13, 2019 · 4 comments
Closed
2 tasks

dubbo not support qos port configuration #4805

SparkandScala opened this issue Aug 13, 2019 · 4 comments

Comments

@SparkandScala
Copy link

  • I have searched the issues of this repository and believe that this is not a duplicate.
  • I have checked the FAQ of this repository and believe that this is not a duplicate.

Environment

  • Dubbo version: 2.7.3
  • Operating System version: Mac
  • Java version: 1.8

Steps to reproduce this issue

  1. does the dubbo 2.7.3 version not support config qos port in the properties?
    i set the configuration as follow:
    dubbo.protocol.port=2345
    dubbo.qos.enable=true
    dubbo.qos.port=33333
    dubbo.qos.accept.foreign.ip=false

it is not working, and i found the QosConstants class in the package org.apache.dubbo.qos.common; the default port is 22222, can not change.

@Moriadry-zz
Copy link

Moriadry-zz commented Aug 13, 2019

#3958

try to use dubbo.application.qos-enable=true config, if still not work, you can give a feedback here.

@lovepoem
Copy link
Member

lovepoem commented Aug 13, 2019 via email

@SparkandScala
Copy link
Author

hi, thank you your help, i find the configuration is working, as follows:
dubbo.application.qosEnable=true
dubbo.application.qosPort=33333
dubbo.application.qosAcceptForeignIp=false

@lovepoem
Copy link
Member

hi, thank you your help, i find the configuration is working, as follows:
dubbo.application.qosEnable=true
dubbo.application.qosPort=33333
dubbo.application.qosAcceptForeignIp=false

ok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants