You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "kbp1234 (GitHub)" <gi...@apache.org> on 2019/08/16 09:17:58 UTC

[GitHub] [dubbo-admin] kbp1234 commented on issue #486: 无元数据信息,请升级至Dubbo2.7及以上版本,或者查看application.properties中关于config center的配置,详见 这里

问题已经解决了,官方demo
为: 
`<dubbo:metadata-report address="zookeeper://127.0.0.1:2181" />`
一般项目中我们都是这样写的,需要指定用户名/密码/分组信息等
`<dubbo:metadata-report address="zookeeper://127.0.0.1:2181"  username="${dubbo.application.zk-user}" password="${dubbo.application.zk-pd}" group="/test" id="metadata_center_registry"/>`


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