-
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
I am confused with config server, transporter config. #1841
Comments
transport config will not override. |
@whanice
Thank you very much for your support of dubbo. |
Thanks for your guys reply. I care about migration. when consumer use dubbo-2.5.x . not have netty4 extension. So I think in
|
And in the future. I think the sever key shoud not pass to consumer. |
You are right, I will confirm this question again. |
Through communication, we keep netty as the extension point name, there will be no problem |
Agree, and this can be solved with #2030 |
In my understanding.
if we config transporter="netty4" in provider side. It will affect the consumer。
so we can use server="netty4" in provider side.
but why dubbo check sever key in
DubboProtocol.initClient
?the consumer with low version (not support netty4) will start failed.
And the transporter key will not affect the consumer now.
The text was updated successfully, but these errors were encountered: