FinalT commented on code in PR #2538:
URL: https://github.com/apache/dubbo-go/pull/2538#discussion_r1424804592


##########
metadata/service/exporter/configurable/exporter.go:
##########
@@ -61,12 +61,17 @@ func (exporter *MetadataServiceExporter) Export(url 
*common.URL) error {
                version, _ := exporter.metadataService.Version()
                exporter.lock.Lock()
                defer exporter.lock.Unlock()
+
+               protocolConfig, ok := 
config.GetProtocolsInstance()[constant.DefaultProtocol]

Review Comment:
   We also need to add the metdata port parameter to the application_config to 
align with the java side,



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