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 2019/06/21 05:15:58 UTC

[dubbo-website] branch asf-site updated: Website updated with d5b2314946d78ebc3fd84e053067ee2edb14ac66

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

git-site-role 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 7839075  Website updated with d5b2314946d78ebc3fd84e053067ee2edb14ac66
7839075 is described below

commit 7839075cd9e1466576e941896e64aac36c45519c
Author: jenkins <us...@infra.apache.org>
AuthorDate: Fri Jun 21 05:15:53 2019 +0000

    Website updated with d5b2314946d78ebc3fd84e053067ee2edb14ac66
---
 COMMIT_ID                                          | 2 +-
 en-us/docs/user/references/xml/dubbo-registry.html | 2 +-
 en-us/docs/user/references/xml/dubbo-registry.json | 2 +-
 zh-cn/docs/user/references/xml/dubbo-registry.html | 2 +-
 zh-cn/docs/user/references/xml/dubbo-registry.json | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/COMMIT_ID b/COMMIT_ID
index 10c4bcd..76844fd 100644
--- a/COMMIT_ID
+++ b/COMMIT_ID
@@ -1 +1 @@
-0dc17406a73d1fb5a04caf49dd0f9ef762a9b026
+d5b2314946d78ebc3fd84e053067ee2edb14ac66
diff --git a/en-us/docs/user/references/xml/dubbo-registry.html b/en-us/docs/user/references/xml/dubbo-registry.html
index e6d1f31..50e118f 100644
--- a/en-us/docs/user/references/xml/dubbo-registry.html
+++ b/en-us/docs/user/references/xml/dubbo-registry.html
@@ -55,7 +55,7 @@
 <td>False</td>
 <td>dubbo</td>
 <td>Service discovery</td>
-<td>The protocol of the registry center. <code>dubbo</code>, <code>http</code>, <code>local</code> are available.</td>
+<td>The protocol of the registry center. <code>dubbo</code>, <code>multicast</code>, <code>zookeeper</code>, <code>redis</code>, <code>consul(2.7.1)</code>, <code>sofa(2.7.2)</code>, <code>etcd(2.7.2)</code>, <code>nacos(2.7.2)</code> are available.</td>
 <td>Above 2.0.0</td>
 </tr>
 <tr>
diff --git a/en-us/docs/user/references/xml/dubbo-registry.json b/en-us/docs/user/references/xml/dubbo-registry.json
index c1fe6fb..8ddf180 100644
--- a/en-us/docs/user/references/xml/dubbo-registry.json
+++ b/en-us/docs/user/references/xml/dubbo-registry.json
@@ -1,6 +1,6 @@
 {
   "filename": "dubbo-registry.md",
-  "__html": "<h1>dubbo:registry</h1>\n<p>The configuration of the registry center. The corresponding class is <code>org.apache.dubbo.config.RegistryConfig</code>. If you have multiple different registries, you can declare multiple <code>&lt;dubbo:registry&gt;</code> tags, and then reference specified registry with <code>registry</code> property in <code>&lt;dubbo:service&gt;</code> or <code>&lt;dubbo:reference&gt;</code> tag.</p>\n<table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Correspon [...]
+  "__html": "<h1>dubbo:registry</h1>\n<p>The configuration of the registry center. The corresponding class is <code>org.apache.dubbo.config.RegistryConfig</code>. If you have multiple different registries, you can declare multiple <code>&lt;dubbo:registry&gt;</code> tags, and then reference specified registry with <code>registry</code> property in <code>&lt;dubbo:service&gt;</code> or <code>&lt;dubbo:reference&gt;</code> tag.</p>\n<table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Correspon [...]
   "link": "/en-us/docs/user/references/xml/dubbo-registry.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/docs/user/references/xml/dubbo-registry.html b/zh-cn/docs/user/references/xml/dubbo-registry.html
index 11dd506..1b60856 100644
--- a/zh-cn/docs/user/references/xml/dubbo-registry.html
+++ b/zh-cn/docs/user/references/xml/dubbo-registry.html
@@ -55,7 +55,7 @@
 <td>可选</td>
 <td>dubbo</td>
 <td>服务发现</td>
-<td>注册中心地址协议,支持dubbo, http, local三种协议,分别表示:dubbo地址、http地址、本地注册中心</td>
+<td>注册中心地址协议,支持<code>dubbo</code>, <code>multicast</code>, <code>zookeeper</code>, <code>redis</code>, <code>consul(2.7.1)</code>, <code>sofa(2.7.2)</code>, <code>etcd(2.7.2)</code>, <code>nacos(2.7.2)</code>等协议</td>
 <td>2.0.0以上版本</td>
 </tr>
 <tr>
diff --git a/zh-cn/docs/user/references/xml/dubbo-registry.json b/zh-cn/docs/user/references/xml/dubbo-registry.json
index 03ef6e2..5e266a7 100644
--- a/zh-cn/docs/user/references/xml/dubbo-registry.json
+++ b/zh-cn/docs/user/references/xml/dubbo-registry.json
@@ -1,6 +1,6 @@
 {
   "filename": "dubbo-registry.md",
-  "__html": "<h1>dubbo:registry</h1>\n<p>注册中心配置。对应的配置类: <code>org.apache.dubbo.config.RegistryConfig</code>。同时如果有多个不同的注册中心,可以声明多个 <code>&lt;dubbo:registry&gt;</code> 标签,并在 <code>&lt;dubbo:service&gt;</code> 或 <code>&lt;dubbo:reference&gt;</code> 的 <code>registry</code> 属性指定使用的注册中心。</p>\n<table>\n<thead>\n<tr>\n<th>属性</th>\n<th>对应URL参数</th>\n<th>类型</th>\n<th>是否必填</th>\n<th>缺省值</th>\n<th>作用</th>\n<th>描述</th>\n<th>兼容性</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td></td>\n<td>string< [...]
+  "__html": "<h1>dubbo:registry</h1>\n<p>注册中心配置。对应的配置类: <code>org.apache.dubbo.config.RegistryConfig</code>。同时如果有多个不同的注册中心,可以声明多个 <code>&lt;dubbo:registry&gt;</code> 标签,并在 <code>&lt;dubbo:service&gt;</code> 或 <code>&lt;dubbo:reference&gt;</code> 的 <code>registry</code> 属性指定使用的注册中心。</p>\n<table>\n<thead>\n<tr>\n<th>属性</th>\n<th>对应URL参数</th>\n<th>类型</th>\n<th>是否必填</th>\n<th>缺省值</th>\n<th>作用</th>\n<th>描述</th>\n<th>兼容性</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td></td>\n<td>string< [...]
   "link": "/zh-cn/docs/user/references/xml/dubbo-registry.html",
   "meta": {}
 }
\ No newline at end of file