ryuhi commented on issue #2311: Dubbo 2.6.2 version do not support specify the 
protocol type on consumer side
URL: 
https://github.com/apache/incubator-dubbo/issues/2311#issuecomment-421539224
 
 
   这里是个坑,我之前也和你一样的理解,@Service(protocol = 
{"dubbo","rmi","rest"}),这里大括号里的,是你加了@Bean注解的那个方法名,按照你的例子,应该写成@Service(protocol 
= {"protocolConfig0","protocolConfig1","protocolConfig2"}),所有注解里的值都是这样填写的

----------------------------------------------------------------
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