You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "ev1lQuark (via GitHub)" <gi...@apache.org> on 2023/06/02 12:36:41 UTC

[GitHub] [dubbo-go] ev1lQuark commented on a diff in pull request #2320: feat: print logs of registered providers and consumers

ev1lQuark commented on code in PR #2320:
URL: https://github.com/apache/dubbo-go/pull/2320#discussion_r1214321361


##########
config/consumer_config.go:
##########
@@ -65,12 +66,19 @@ func (cc *ConsumerConfig) Init(rc *RootConfig) error {
 	if cc == nil {
 		return nil
 	}
+
+	consumerNames := make([]string, 0, len(cc.References))

Review Comment:
   好的,已经提交了新的 commit,应该能解决这个问题



-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org