You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by gi...@apache.org on 2020/04/22 05:10:42 UTC

[dubbo-website] branch asf-site updated: Automated deployment: Wed Apr 22 05:10:34 UTC 2020 e58cc56317fbdbe7a09acd473eb5db5bfa8db36b

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new f12e013  Automated deployment: Wed Apr 22 05:10:34 UTC 2020 e58cc56317fbdbe7a09acd473eb5db5bfa8db36b
f12e013 is described below

commit f12e01323ab1748ec06f6be9fda0b8732c925fbf
Author: htynkn <ht...@users.noreply.github.com>
AuthorDate: Wed Apr 22 05:10:34 2020 +0000

    Automated deployment: Wed Apr 22 05:10:34 UTC 2020 e58cc56317fbdbe7a09acd473eb5db5bfa8db36b
---
 en-us/docs/dev/impls/config-center.html | 9 +++++----
 en-us/docs/dev/impls/config-center.json | 2 +-
 zh-cn/docs/dev/impls/config-center.html | 9 +++++----
 zh-cn/docs/dev/impls/config-center.json | 2 +-
 4 files changed, 12 insertions(+), 10 deletions(-)

diff --git a/en-us/docs/dev/impls/config-center.html b/en-us/docs/dev/impls/config-center.html
index 06a6037..8b302c2 100644
--- a/en-us/docs/dev/impls/config-center.html
+++ b/en-us/docs/dev/impls/config-center.html
@@ -31,10 +31,11 @@
 <h2>Existing Extension</h2>
 <ul>
 <li><code>org.apache.dubbo.configcenter.support.zookeeper.ZookeeperDynamicConfigurationFactory</code></li>
-<li><code>org.apache.dubbo.configcenter.support.zookeeper.NacosDynamicConfigurationFactory</code></li>
-<li><code>org.apache.dubbo.configcenter.support.zookeeper.EtcdDynamicConfigurationFactory</code></li>
-<li><code>org.apache.dubbo.configcenter.support.zookeeper.ConsulDynamicConfigurationFactory</code></li>
-<li><code>org.apache.dubbo.configcenter.support.zookeeper.ApolloDynamicConfigurationFactory</code></li>
+<li><code>org.apache.dubbo.configcenter.support.nacos.NacosDynamicConfigurationFactory</code></li>
+<li><code>org.apache.dubbo.configcenter.support.etcd.EtcdDynamicConfigurationFactory</code></li>
+<li><code>org.apache.dubbo.configcenter.consul.ConsulDynamicConfigurationFactory</code></li>
+<li><code>org.apache.dubbo.configcenter.support.apollo.ApolloDynamicConfigurationFactory</code></li>
+<li><code>org.apache.dubbo.common.config.configcenter.file.FileSystemDynamicConfigurationFactory</code></li>
 </ul>
 <h2>Implementation</h2>
 <h3>Zookeeper</h3>
diff --git a/en-us/docs/dev/impls/config-center.json b/en-us/docs/dev/impls/config-center.json
index 2cbb9fb..f06e4ea 100644
--- a/en-us/docs/dev/impls/config-center.json
+++ b/en-us/docs/dev/impls/config-center.json
@@ -1,6 +1,6 @@
 {
   "filename": "config-center.md",
-  "__html": "<h1>Dubbo Configuration Center</h1>\n<h2>Design Purpose</h2>\n<p>The key function of CC(Configuration Center) is to act as a Key-Value store. Dubbo Framework tells CC the key it care about, CC return the corresponding value.</p>\n<p>Divided by application scenarios, CC mainly undertake the following responsibilities in Dubbo Framework:</p>\n<ul>\n<li>As a external configuration center, CC store configuration files like dubbo.properties, where the key is usually file name lik [...]
+  "__html": "<h1>Dubbo Configuration Center</h1>\n<h2>Design Purpose</h2>\n<p>The key function of CC(Configuration Center) is to act as a Key-Value store. Dubbo Framework tells CC the key it care about, CC return the corresponding value.</p>\n<p>Divided by application scenarios, CC mainly undertake the following responsibilities in Dubbo Framework:</p>\n<ul>\n<li>As a external configuration center, CC store configuration files like dubbo.properties, where the key is usually file name lik [...]
   "link": "/en-us/docs/dev/impls/config-center.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/docs/dev/impls/config-center.html b/zh-cn/docs/dev/impls/config-center.html
index ee22d79..73caf0e 100644
--- a/zh-cn/docs/dev/impls/config-center.html
+++ b/zh-cn/docs/dev/impls/config-center.html
@@ -31,10 +31,11 @@
 <h2>已知扩展</h2>
 <ul>
 <li><code>org.apache.dubbo.configcenter.support.zookeeper.ZookeeperDynamicConfigurationFactory</code></li>
-<li><code>org.apache.dubbo.configcenter.support.zookeeper.NacosDynamicConfigurationFactory</code></li>
-<li><code>org.apache.dubbo.configcenter.support.zookeeper.EtcdDynamicConfigurationFactory</code></li>
-<li><code>org.apache.dubbo.configcenter.support.zookeeper.ConsulDynamicConfigurationFactory</code></li>
-<li><code>org.apache.dubbo.configcenter.support.zookeeper.ApolloDynamicConfigurationFactory</code></li>
+<li><code>org.apache.dubbo.configcenter.support.nacos.NacosDynamicConfigurationFactory</code></li>
+<li><code>org.apache.dubbo.configcenter.support.etcd.EtcdDynamicConfigurationFactory</code></li>
+<li><code>org.apache.dubbo.configcenter.consul.ConsulDynamicConfigurationFactory</code></li>
+<li><code>org.apache.dubbo.configcenter.support.apollo.ApolloDynamicConfigurationFactory</code></li>
+<li><code>org.apache.dubbo.common.config.configcenter.file.FileSystemDynamicConfigurationFactory</code></li>
 </ul>
 <h2>实现原理</h2>
 <h3>Zookeeper</h3>
diff --git a/zh-cn/docs/dev/impls/config-center.json b/zh-cn/docs/dev/impls/config-center.json
index 84f2774..f98a4b5 100644
--- a/zh-cn/docs/dev/impls/config-center.json
+++ b/zh-cn/docs/dev/impls/config-center.json
@@ -1,6 +1,6 @@
 {
   "filename": "config-center.md",
-  "__html": "<h1>Dubbo配置中心</h1>\n<h2>设计目的</h2>\n<p>配置中心的核心功能是作为Key-Value存储,Dubbo框架告知配置中心其关心的key,配置中心返回该key对应的value值。</p>\n<p>按照应用场景划分,配置中心在Dubbo框架中主要承担以下职责:</p>\n<ul>\n<li>作为外部化配置中心,即存储dubbo.properties配置文件,此时,key值通常为文件名如dubbo.properties,value则为配置文件内容。</li>\n<li>存储单个配置项,如各种开关项、常量值等。</li>\n<li>存储服务治理规则,此时key通常按照&quot;服务名+规则类型&quot;的格式来组织,而value则为具体的治理规则。</li>\n</ul>\n<p>为了进一步实现对key-value的分组管理,Dubbo的配置中心还加入了namespace、group的概念,这些概念在很多专业的第三方配置中心中都有体现,通常情况下,namespace用来隔离不同的租户,group用来对同一租户的key集 [...]
+  "__html": "<h1>Dubbo配置中心</h1>\n<h2>设计目的</h2>\n<p>配置中心的核心功能是作为Key-Value存储,Dubbo框架告知配置中心其关心的key,配置中心返回该key对应的value值。</p>\n<p>按照应用场景划分,配置中心在Dubbo框架中主要承担以下职责:</p>\n<ul>\n<li>作为外部化配置中心,即存储dubbo.properties配置文件,此时,key值通常为文件名如dubbo.properties,value则为配置文件内容。</li>\n<li>存储单个配置项,如各种开关项、常量值等。</li>\n<li>存储服务治理规则,此时key通常按照&quot;服务名+规则类型&quot;的格式来组织,而value则为具体的治理规则。</li>\n</ul>\n<p>为了进一步实现对key-value的分组管理,Dubbo的配置中心还加入了namespace、group的概念,这些概念在很多专业的第三方配置中心中都有体现,通常情况下,namespace用来隔离不同的租户,group用来对同一租户的key集 [...]
   "link": "/zh-cn/docs/dev/impls/config-center.html",
   "meta": {}
 }
\ No newline at end of file