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 5f429ba Website updated with 3d9e4400b53fe36f782b289817ef9197d0b5f010
5f429ba is described below
commit 5f429ba5d64ef0d1cc1d52e28550ed0f57cbdfc7
Author: jenkins <[email protected]>
AuthorDate: Tue Jul 23 08:31:57 2019 +0000
Website updated with 3d9e4400b53fe36f782b289817ef9197d0b5f010
---
COMMIT_ID | 2 +-
.../docs/user/references/xml/dubbo-reference.html | 6 ++--
.../docs/user/references/xml/dubbo-reference.json | 6 +++-
en-us/docs/user/references/xml/dubbo-registry.html | 36 ++++++++++++++++++++--
en-us/docs/user/references/xml/dubbo-registry.json | 8 +++--
md_json/docs.json | 18 +++++++++--
zh-cn/docs/user/references/xml/dubbo-registry.html | 8 ++---
zh-cn/docs/user/references/xml/dubbo-registry.json | 8 +++--
8 files changed, 73 insertions(+), 19 deletions(-)
diff --git a/COMMIT_ID b/COMMIT_ID
index 4a72e6e..7c4d479 100644
--- a/COMMIT_ID
+++ b/COMMIT_ID
@@ -1 +1 @@
-6ac7c85d7c49ca86a1357a7be4b4e832a88647c2
+3d9e4400b53fe36f782b289817ef9197d0b5f010
diff --git a/en-us/docs/user/references/xml/dubbo-reference.html
b/en-us/docs/user/references/xml/dubbo-reference.html
index bf48c45..8d69630 100644
--- a/en-us/docs/user/references/xml/dubbo-reference.html
+++ b/en-us/docs/user/references/xml/dubbo-reference.html
@@ -4,10 +4,10 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0,
maximum-scale=1.0, user-scalable=no">
- <meta name="keywords" content="dubbo-reference" />
- <meta name="description" content="dubbo-reference" />
+ <meta name="keywords" content="dubbo,reference" />
+ <meta name="description" content="dubbo:reference" />
<!-- 网页标签标题 -->
- <title>dubbo-reference</title>
+ <title>dubbo:reference</title>
<link rel="shortcut icon" href="/img/dubbo.ico"/>
<link rel="stylesheet" href="/build/documentation.css" />
</head>
diff --git a/en-us/docs/user/references/xml/dubbo-reference.json
b/en-us/docs/user/references/xml/dubbo-reference.json
index da26763..94f6076 100644
--- a/en-us/docs/user/references/xml/dubbo-reference.json
+++ b/en-us/docs/user/references/xml/dubbo-reference.json
@@ -2,5 +2,9 @@
"filename": "dubbo-reference.md",
"__html": "<h1>dubbo:reference</h1>\n<p>The configuration of service
consumer. The corresponding class
is<code>org.apache.dubbo.config.ReferenceConfig</code></p>\n<table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Corresponding
URL parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Default
Value</th>\n<th>Function</th>\n<th>Description</th>\n<th>Compatibility</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td></td>\n<td>string</td>\n<td><b>True</b></td>\n<td></td>\n<td>Configuratio
[...]
"link": "/en-us/docs/user/references/xml/dubbo-reference.html",
- "meta": {}
+ "meta": {
+ "title": "dubbo:reference",
+ "keywords": "dubbo,reference",
+ "description": "dubbo:reference"
+ }
}
\ No newline at end of file
diff --git a/en-us/docs/user/references/xml/dubbo-registry.html
b/en-us/docs/user/references/xml/dubbo-registry.html
index 79bddd5..57f0439 100644
--- a/en-us/docs/user/references/xml/dubbo-registry.html
+++ b/en-us/docs/user/references/xml/dubbo-registry.html
@@ -4,10 +4,10 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0,
maximum-scale=1.0, user-scalable=no">
- <meta name="keywords" content="dubbo-registry" />
- <meta name="description" content="dubbo-registry" />
+ <meta name="keywords" content="dubbo,registry" />
+ <meta name="description" content="dubbo:registry" />
<!-- 网页标签标题 -->
- <title>dubbo-registry</title>
+ <title>dubbo:registry</title>
<link rel="shortcut icon" href="/img/dubbo.ico"/>
<link rel="stylesheet" href="/build/documentation.css" />
</head>
@@ -129,6 +129,16 @@
<td>Above 2.0.0</td>
</tr>
<tr>
+<td>wait</td>
+<td>registry.wait</td>
+<td>int</td>
+<td>False</td>
+<td>0</td>
+<td>Performance optimize</td>
+<td>Stop wait for a notice completion time (ms)</td>
+<td>Above 2.0.0</td>
+</tr>
+<tr>
<td>check</td>
<td>check</td>
<td>boolean</td>
@@ -178,6 +188,26 @@
<td>Service registration grouping, cross-group services will not affect each
other, and can not be called each other, suitable for environmental
isolation.</td>
<td>Above 2.0.5</td>
</tr>
+<tr>
+<td>simplified</td>
+<td>simplified</td>
+<td>boolean</td>
+<td>False</td>
+<td>false</td>
+<td>Service governance</td>
+<td>Registered with the registry URL whether to adopt the lean mode
(compatible with low version)</td>
+<td>Above 2.7.0</td>
+</tr>
+<tr>
+<td>extra-keys</td>
+<td>extraKeys</td>
+<td>string</td>
+<td>False</td>
+<td></td>
+<td>Service governance</td>
+<td>In simplified = true, extraKeys allows you to outside the default
arguments put additional key in the URL, format: "interface, key1,
key2".</td>
+<td>Above 2.7.0</td>
+</tr>
</tbody>
</table>
</div></section><footer class="footer-container"><div class="footer-body"><img
src="/img/dubbo_gray.png"/><img class="apache" src="/img/apache_logo.png"/><div
class="cols-container"><div class="col col-12"><h3></h3><p></p></div><div
class="col col-4"><dl><dt>ASF</dt><dd><a href="http://www.apache.org"
target="_self">Foundation</a></dd><dd><a href="http://www.apache.org/licenses/"
target="_self">License</a></dd><dd><a
href="http://www.apache.org/events/current-event" target="_self">Events [...]
diff --git a/en-us/docs/user/references/xml/dubbo-registry.json
b/en-us/docs/user/references/xml/dubbo-registry.json
index 8ddf180..089973a 100644
--- a/en-us/docs/user/references/xml/dubbo-registry.json
+++ b/en-us/docs/user/references/xml/dubbo-registry.json
@@ -1,6 +1,10 @@
{
"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><dubbo:registry></code> tags, and then reference specified registry
with <code>registry</code> property in <code><dubbo:service></code> or
<code><dubbo:reference></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><dubbo:registry></code> tags, and then reference specified registry
with <code>registry</code> property in <code><dubbo:service></code> or
<code><dubbo:reference></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": {}
+ "meta": {
+ "title": "dubbo:registry",
+ "keywords": "dubbo,registry",
+ "description": "dubbo:registry"
+ }
}
\ No newline at end of file
diff --git a/md_json/docs.json b/md_json/docs.json
index aa56d34..90d6dff 100644
--- a/md_json/docs.json
+++ b/md_json/docs.json
@@ -930,12 +930,20 @@
{
"filename": "dubbo-reference.md",
"link": "/en-us/docs/user/references/xml/dubbo-reference.html",
- "meta": {}
+ "meta": {
+ "title": "dubbo:reference",
+ "keywords": "dubbo,reference",
+ "description": "dubbo:reference"
+ }
},
{
"filename": "dubbo-registry.md",
"link": "/en-us/docs/user/references/xml/dubbo-registry.html",
- "meta": {}
+ "meta": {
+ "title": "dubbo:registry",
+ "keywords": "dubbo,registry",
+ "description": "dubbo:registry"
+ }
},
{
"filename": "dubbo-service.md",
@@ -2073,7 +2081,11 @@
{
"filename": "dubbo-registry.md",
"link": "/zh-cn/docs/user/references/xml/dubbo-registry.html",
- "meta": {}
+ "meta": {
+ "title": "dubbo:registry",
+ "keywords": "dubboregistry",
+ "description": "dubbo:registry"
+ }
},
{
"filename": "dubbo-service.md",
diff --git a/zh-cn/docs/user/references/xml/dubbo-registry.html
b/zh-cn/docs/user/references/xml/dubbo-registry.html
index 671c5d4..b434efd 100644
--- a/zh-cn/docs/user/references/xml/dubbo-registry.html
+++ b/zh-cn/docs/user/references/xml/dubbo-registry.html
@@ -4,10 +4,10 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0,
maximum-scale=1.0, user-scalable=no">
- <meta name="keywords" content="dubbo-registry" />
- <meta name="description" content="dubbo-registry" />
+ <meta name="keywords" content="dubboregistry" />
+ <meta name="description" content="dubbo:registry" />
<!-- 网页标签标题 -->
- <title>dubbo-registry</title>
+ <title>dubbo:registry</title>
<link rel="shortcut icon" href="/img/dubbo.ico"/>
<link rel="stylesheet" href="/build/documentation.css" />
</head>
@@ -206,7 +206,7 @@
<td></td>
<td>服务治理</td>
<td>在simplified=true时,extraKeys允许你在默认参数外将额外的key放到URL中,格式:"interface,key1,key2"。</td>
-<td>2.0.5以上版本</td>
+<td>2.7.0以上版本</td>
</tr>
</tbody>
</table>
diff --git a/zh-cn/docs/user/references/xml/dubbo-registry.json
b/zh-cn/docs/user/references/xml/dubbo-registry.json
index 5e266a7..d772b33 100644
--- a/zh-cn/docs/user/references/xml/dubbo-registry.json
+++ b/zh-cn/docs/user/references/xml/dubbo-registry.json
@@ -1,6 +1,10 @@
{
"filename": "dubbo-registry.md",
- "__html": "<h1>dubbo:registry</h1>\n<p>注册中心配置。对应的配置类:
<code>org.apache.dubbo.config.RegistryConfig</code>。同时如果有多个不同的注册中心,可以声明多个
<code><dubbo:registry></code> 标签,并在 <code><dubbo:service></code> 或
<code><dubbo:reference></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><dubbo:registry></code> 标签,并在 <code><dubbo:service></code> 或
<code><dubbo:reference></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": {}
+ "meta": {
+ "title": "dubbo:registry",
+ "keywords": "dubboregistry",
+ "description": "dubbo:registry"
+ }
}
\ No newline at end of file