XnLemon commented on code in PR #3369:
URL: https://github.com/apache/dubbo-go/pull/3369#discussion_r3385077987


##########
registry/servicediscovery/customizer/metadata_service_url_params_customizer.go:
##########
@@ -56,7 +56,6 @@ func (m *metadataServiceURLParamsMetadataCustomizer) 
GetPriority() int {
 }
 
 func (m *metadataServiceURLParamsMetadataCustomizer) Customize(instance 
registry.ServiceInstance) {
-       //todo Multi-instance metadata alignment needs to be improved
        url, _ := metadata.GetMetadataService().GetMetadataServiceURL()
        if url == nil {
                // when metadata service is not exported the url will be 
nil,this is because metadata type is remote

Review Comment:
   加回来了 后续提issue继续修这个 这个当时想的是应该暂时不需要 per-registry 的 metadata service (



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