You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "laddcn (GitHub)" <gi...@apache.org> on 2020/01/22 10:16:15 UTC

[GitHub] [dubbo] laddcn commented on issue #5667: 2.7.5-dubbo.metadata No effect

2.7.5 版本中dubbo.xsd中"metadata"标签改成了"metadata-type",但是在服务和引用初始化的实际metadata上传获取元数据服务类型还是用的“metadata”,所以导致metadata没法上传,提交的PR修复了这个bug,在application中设置metadata-type为remote可以是metadata上传生效,记得要同时配置metadata-report,类似下面的示例
<dubbo:application name="demo-provider" metadata-type="remote"/>
<dubbo:metadata-report address="nacos://127.0.0.1:8848"/>

PS:对于上楼说的方法,也可以兼容


[ Full content available at: https://github.com/apache/dubbo/issues/5667 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org