zonghaishang edited a comment on issue #1841: I am confused with config server, 
 transporter config.
URL: 
https://github.com/apache/incubator-dubbo/issues/1841#issuecomment-402774638
 
 
   @whanice
   1. `if we config transporter="netty4" in provider side. It will affect the 
consumer。`
   Transporter is the protocolconfig attribute, the client does not have a 
protocolconfig concept, therefore the tranporter on the provider side will not 
be passed to the client.
   2. `but why dubbo check sever key in DubboProtocol.initClient ?`
   Because the value stored by the server will be passed to the 
client,therefore, the client will try to take the value of the server first.
   3. `the consumer with low version (not support netty4) will start failed.`
   I have tried neety4 as a provider, netty3 as a client, and can use it 
normally, can you provide demo for demonstration?
   
   Thank you very much for your support of dubbo.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to