LaurenceLiZhixin commented on a change in pull request #1565:
URL: https://github.com/apache/dubbo-go/pull/1565#discussion_r746219512



##########
File path: metadata/service/exporter/configurable/exporter.go
##########
@@ -69,15 +69,15 @@ func (exporter *MetadataServiceExporter) Export(url 
*common.URL) error {
                        SetGroup(config.GetApplicationConfig().Name).
                        SetVersion(version).
                        SetProxyFactoryKey(constant.DefaultKey).
-                       SetMetadataType(constant.RemoteMetadataStorageType).
+                       
SetMetadataType(config.GetApplicationConfig().MetadataType).
                        Build()
                exporter.ServiceConfig.Implement(exporter.metadataService)
                err := exporter.ServiceConfig.Export()
 
-               logger.Infof("The MetadataService exports urls : %v ", 
exporter.ServiceConfig.GetExportedUrls())
+               logger.Infof("[Metadata Service] The MetadataService exports 
urls : %v ", exporter.ServiceConfig.GetExportedUrls())

Review comment:
       同上




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