-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Dubbo Admin configuration
min edited this page Jan 4, 2019
·
7 revisions
configurations in application.properties
- dubbo.configcenter
- recommanded, the address of configuration center:
dubbo.configcenter="zookeeper://127.0.0.1:2181
- the address of registry center and metadata center need to be configured in configuration center
- zookeeper
- path:
/dubbo/config/dubbo/dubbo.properties
- content:
dubbo.registry.address=zookeeper://127.0.0.1:2181 dubbo.metadataReport.address=zookeeper://127.0.0.1:2181
- path:
- recommanded, the address of configuration center:
- dubbo.registry.address
- not recommanded, the address of registry center:
dubbo.registry.address="zookeeper://127.0.0.1:2181"
- if the configuration is used instead of
dubbo.configcenter
, Dubbo Admin will treat the address as registry center and configuration center, but the metadata center will not be actived, some feature like service test are unavailable
- not recommanded, the address of registry center: