chickenlj commented on code in PR #13559: URL: https://github.com/apache/dubbo/pull/13559#discussion_r1435924841
########## dubbo-config/dubbo-config-api/src/main/java/org/apache/dubbo/config/ServiceConfig.java: ########## @@ -548,6 +548,15 @@ private void doExportUrls(RegisterTypeEnum registerType) { final boolean serverService = ref instanceof ServerService; if (serverService) { serviceDescriptor = ((ServerService) ref).getServiceDescriptor(); + ProviderConfig providerConfig = getScopeModel() Review Comment: Has the `url` instance already been generated at this point? -- 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-unsubscr...@dubbo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org For additional commands, e-mail: notifications-h...@dubbo.apache.org