rainwolf01 opened a new issue #9682:
URL: https://github.com/apache/dubbo/issues/9682


   
   消费者可否增加默认的protocol配置, 现在每次调用`provider-service`都要配置`protocol = "tri"`:
   ```
   @DubboReference(providedBy = "provider-service", protocol = "tri")
   ```
   
   ## Describe the proposal
   
   
   期望通过如下配置指定consumer的默认协议:
   ```
   dubbo.consumer.protocol=tri
   ```
   消费者仍使用以下方式调用即可
   ```
   @DubboReference(providedBy = "provider-service")
   ```
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



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

Reply via email to