apache / dubbo-admin

The ops and reference implementation for Apache Dubbo
https://dubbo.apache.org
Apache License 2.0
4k stars 2.17k forks source link

dubbo-admin什么时候会支持nacos? #464

Closed zgqq closed 5 years ago

zgqq commented 5 years ago

nacos能做注册中心,和配置管理很方便,现在又得换回zookeeper...

CoderPoet commented 5 years ago

nacos能做注册中心,和配置管理很方便,现在又得换回zookeeper...

凶dei,多注册中心将就一下吧

kexianjun commented 5 years ago

registry center has already been supported, and metadata center is supported in #465

chenquanzhen commented 5 years ago

registry center has already been supported, and metadata center is supported in #465

但dubbo amin 动态配置功能不支持啊

DaveRoey commented 5 years ago

how to use it?

kexianjun commented 5 years ago

registry center has already been supported, and metadata center is supported in #465

但dubbo amin 动态配置功能不支持啊

refer to #494

kexianjun commented 5 years ago

how to use it?

for metadata-report, add the following config in application.properties file in your dubbo-admin

admin.metadata-report.address=nacos://10.0.10.44:8848

the registry and dynamic config is the same

kexianjun commented 5 years ago

nacos has been supported