wqyenjoy commented on code in PR #2983:
URL: https://github.com/apache/dubbo-go/pull/2983#discussion_r2306596158
##########
metadata/metadata_service.go:
##########
@@ -298,11 +358,14 @@ func (mtsV2 *MetadataServiceV2) GetMetadataInfo(ctx
context.Context, req *triple
if err != nil {
return nil, err
}
+ if metadataInfo == nil {
+ return nil, nil
+ }
Review Comment:
i will return a clear failure
--
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]