zhaoyunxing92 commented on code in PR #2214:
URL: https://github.com/apache/dubbo-go/pull/2214#discussion_r1107954724
##########
config/service_config.go:
##########
@@ -331,13 +340,27 @@ func (s *ServiceConfig) Export() error {
return nil
}
-//setRegistrySubURL set registry sub url is ivkURl
+// getProtoParams get protocol params, convert to ProtocolParamsConfig
+func getProtoParams(params interface{}) *ProtocolParamsConfig {
Review Comment:
我的思路是整理有个默认的,consumer 或 provide 没有单独配置的情况下使用默认的,单独配置了就用配置的。
--
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]