This is an automated email from the ASF dual-hosted git repository.
min pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-ops.wiki.git
The following commit(s) were added to refs/heads/master by this push:
new 6690d64 Created Dubbo Admin configuration (markdown)
6690d64 is described below
commit 6690d6408145ca86ab9b5e09ad7b83189c5ae440
Author: min <[email protected]>
AuthorDate: Fri Jan 4 11:11:28 2019 +0800
Created Dubbo Admin configuration (markdown)
---
Dubbo-Admin-configuration.md | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/Dubbo-Admin-configuration.md b/Dubbo-Admin-configuration.md
new file mode 100644
index 0000000..d19eb33
--- /dev/null
+++ b/Dubbo-Admin-configuration.md
@@ -0,0 +1,14 @@
+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:
+ ```properties
+ dubbo.registry.address=zookeeper://127.0.0.1:2181
+ dubbo.metadataReport.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 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
\ No newline at end of file