-
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
dubbo not support qos port configuration #4805
Comments
try to use |
Please refer the doc :
http://dubbo.apache.org/en-us/blog/introduction-to-dubbo-qos.html
Create a dubbo.properties file in this directory src/main/resources in your
project, and copy the following codes into it:
dubbo.application.qos.enable=true
dubbo.application.qos.port=33333
dubbo.application.qos.accept.foreign.ip=false
myPrecious <[email protected]> 于2019年8月13日周二 下午7:54写道:
… #3958 <#3958>
try to use dubbo.application.qos-enable=true config, if still not work,
you can give a feedback here.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#4805?email_source=notifications&email_token=AAGJ52EUWHFUNPRRZQ6L743QEKOGLA5CNFSM4ILJBAVKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4FNM2Y#issuecomment-520803947>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAGJ52FERXPCQHYKBQ2TQN3QEKOGLANCNFSM4ILJBAVA>
.
|
hi, thank you your help, i find the configuration is working, as follows: |
ok |
Environment
Steps to reproduce this issue
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.
The text was updated successfully, but these errors were encountered: