JamesKings opened a new issue, #10509:
URL: https://github.com/apache/dubbo/issues/10509
使用dubbo-2.7.9版本进行应用级别服务发现时候(注册中心和原数据中心都是用的nacos),当根据应用名进行服务原数据拉取的时候,发现NacosMetadataReport
没有实现
org.apache.dubbo.metadata.report.MetadataReport#getAppMetadata(定义成default方法)
方法,导致每次都获取空值.
default MetadataInfo getAppMetadata(SubscriberMetadataIdentifier identifier,
Map<String, String> instanceMetadata) {
return null;
}
--
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]