Skip to content

Dubbo Admin configuration

min edited this page Jan 11, 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.metadata-report.address=zookeeper://127.0.0.1:2181
  • dubbo.registry.address
    • not recommanded, the address of registry center: dubbo.registry.address="zookeeper://127.0.0.1:2181"
    • if the configuration is applied instead of dubbo.configcenter, Dubbo Admin will treat the address as registry and configuration centers, in which case the metadata center will not be actived. Thus, some features, like service test, are unavailable
Clone this wiki locally