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/10/12 09:40:10 UTC

[dubbo-website] branch asf-site updated: Automated deployment: Sat Oct 12 09:40:00 UTC 2019 51106900141aaa04f2bdcafa56b774c9abc5245f

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 71f9988  Automated deployment: Sat Oct 12 09:40:00 UTC 2019 51106900141aaa04f2bdcafa56b774c9abc5245f
71f9988 is described below

commit 71f9988a824a105b97866671909f21084bc0c89b
Author: htynkn <ht...@users.noreply.github.com>
AuthorDate: Sat Oct 12 09:40:01 2019 +0000

    Automated deployment: Sat Oct 12 09:40:00 UTC 2019 51106900141aaa04f2bdcafa56b774c9abc5245f
---
 zh-cn/docs/dev/TCK.html                            | 2 +-
 zh-cn/docs/dev/TCK.json                            | 2 +-
 zh-cn/docs/user/references/registry/zookeeper.html | 2 +-
 zh-cn/docs/user/references/registry/zookeeper.json | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/zh-cn/docs/dev/TCK.html b/zh-cn/docs/dev/TCK.html
index 4eb17dc..ebddd4c 100644
--- a/zh-cn/docs/dev/TCK.html
+++ b/zh-cn/docs/dev/TCK.html
@@ -14,7 +14,7 @@
 <body>
 	<div id="root"><div class="documentation-page" data-reactroot=""><header class="header-container header-container-normal"><div class="header-body"><a href="/zh-cn/index.html"><img class="logo" src="/img/dubbo_colorful.png"/></a><div class="search search-normal"><span class="icon-search"></span></div><span class="language-switch language-switch-normal">En</span><div class="header-menu"><img class="header-menu-toggle" src="/img/menu_gray.png"/><ul><li class="menu-item menu-item-normal"><a [...]
 <p>Dubbo 的协议,通讯,序列化,注册中心,负载均策等扩展点,都有多种可选策略,以应对不同应用场景,而我们的测试用例很分散,当用户自己需要加一种新的实现时,总是不确定能否满足扩展点的完整契约。</p>
-<p>所以,我们需要对核心扩展点写 <a href="http://en.wikipedia.org/wiki/Technology_Compatibility_Kit">TCK</a> (Technology Compatibility Kit),用户增加一种扩展实现,只需通过 TCK,即可确保与框架的其它部分兼容运行,可以有效提高整体健状性,也方便第三方扩展者接入,加速开源社区的成熟。</p>
+<p>所以,我们需要对核心扩展点写 <a href="http://en.wikipedia.org/wiki/Technology_Compatibility_Kit">TCK</a> (Technology Compatibility Kit),用户增加一种扩展实现,只需通过 TCK,即可确保与框架的其它部分兼容运行,可以有效提高整体健壮性,也方便第三方扩展者接入,加速开源社区的成熟。</p>
 <p>开源社区的行知同学已着手研究这一块,他的初步想法是借鉴 JBoss 的 CDI-TCK,做一个 Dubbo 的 TCK 基础框架,在此之上实现 Dubbo 的扩展点 TCK 用例。</p>
 <p>参见:<a href="http://docs.jboss.org/cdi/tck/reference/1.0.1-Final/html/introduction.html">http://docs.jboss.org/cdi/tck/reference/1.0.1-Final/html/introduction.html</a></p>
 <p>如果大家有兴趣,也可以一起研究,和行知一块讨论。</p>
diff --git a/zh-cn/docs/dev/TCK.json b/zh-cn/docs/dev/TCK.json
index 891f1eb..9d2247e 100644
--- a/zh-cn/docs/dev/TCK.json
+++ b/zh-cn/docs/dev/TCK.json
@@ -1,6 +1,6 @@
 {
   "filename": "TCK.md",
-  "__html": "<h1>技术兼容性测试</h1>\n<p>Dubbo 的协议,通讯,序列化,注册中心,负载均策等扩展点,都有多种可选策略,以应对不同应用场景,而我们的测试用例很分散,当用户自己需要加一种新的实现时,总是不确定能否满足扩展点的完整契约。</p>\n<p>所以,我们需要对核心扩展点写 <a href=\"http://en.wikipedia.org/wiki/Technology_Compatibility_Kit\">TCK</a> (Technology Compatibility Kit),用户增加一种扩展实现,只需通过 TCK,即可确保与框架的其它部分兼容运行,可以有效提高整体健状性,也方便第三方扩展者接入,加速开源社区的成熟。</p>\n<p>开源社区的行知同学已着手研究这一块,他的初步想法是借鉴 JBoss 的 CDI-TCK,做一个 Dubbo 的 TCK 基础框架,在此之上实现 Dubbo 的扩展点 TCK 用例。</p>\n<p>参见:<a href=\"http://docs.jboss.org/cdi/tck/referen [...]
+  "__html": "<h1>技术兼容性测试</h1>\n<p>Dubbo 的协议,通讯,序列化,注册中心,负载均策等扩展点,都有多种可选策略,以应对不同应用场景,而我们的测试用例很分散,当用户自己需要加一种新的实现时,总是不确定能否满足扩展点的完整契约。</p>\n<p>所以,我们需要对核心扩展点写 <a href=\"http://en.wikipedia.org/wiki/Technology_Compatibility_Kit\">TCK</a> (Technology Compatibility Kit),用户增加一种扩展实现,只需通过 TCK,即可确保与框架的其它部分兼容运行,可以有效提高整体健壮性,也方便第三方扩展者接入,加速开源社区的成熟。</p>\n<p>开源社区的行知同学已着手研究这一块,他的初步想法是借鉴 JBoss 的 CDI-TCK,做一个 Dubbo 的 TCK 基础框架,在此之上实现 Dubbo 的扩展点 TCK 用例。</p>\n<p>参见:<a href=\"http://docs.jboss.org/cdi/tck/referen [...]
   "link": "/zh-cn/docs/dev/TCK.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/docs/user/references/registry/zookeeper.html b/zh-cn/docs/user/references/registry/zookeeper.html
index 0b5b6e6..7af23f7 100644
--- a/zh-cn/docs/user/references/registry/zookeeper.html
+++ b/zh-cn/docs/user/references/registry/zookeeper.html
@@ -43,7 +43,7 @@
 <p>Dubbo 支持 zkclient 和 curator 两种 Zookeeper 客户端实现:</p>
 <p><strong>注意:在2.7.x的版本中已经移除了zkclient的实现,如果要使用zkclient客户端,需要自行拓展</strong></p>
 <h3>使用 zkclient 客户端</h3>
-<p>从 <code>2.2.0</code> 版本开始缺省为 zkclient 实现,以提升 zookeeper 客户端的健状性。<a href="https://github.com/sgroschupf/zkclient">zkclient</a> 是 Datameer 开源的一个 Zookeeper 客户端实现。</p>
+<p>从 <code>2.2.0</code> 版本开始缺省为 zkclient 实现,以提升 zookeeper 客户端的健壮性。<a href="https://github.com/sgroschupf/zkclient">zkclient</a> 是 Datameer 开源的一个 Zookeeper 客户端实现。</p>
 <p>缺省配置:</p>
 <pre><code class="language-xml"><span class="hljs-tag">&lt;<span class="hljs-name">dubbo:registry</span> <span class="hljs-attr">...</span> <span class="hljs-attr">client</span>=<span class="hljs-string">"zkclient"</span> /&gt;</span>
 </code></pre>
diff --git a/zh-cn/docs/user/references/registry/zookeeper.json b/zh-cn/docs/user/references/registry/zookeeper.json
index 8930582..331be36 100644
--- a/zh-cn/docs/user/references/registry/zookeeper.json
+++ b/zh-cn/docs/user/references/registry/zookeeper.json
@@ -1,6 +1,6 @@
 {
   "filename": "zookeeper.md",
-  "__html": "<h1>zookeeper 注册中心</h1>\n<p><a href=\"http://zookeeper.apache.org\">Zookeeper</a> 是 Apacahe Hadoop 的子项目,是一个树型的目录服务,支持变更推送,适合作为 Dubbo 服务的注册中心,工业强度较高,可用于生产环境,并推荐使用 <sup class=\"footnote-ref\"><a href=\"#fn1\" id=\"fnref1\">[1]</a></sup>。</p>\n<p><img src=\"../../sources/images/zookeeper.jpg\" alt=\"/user-guide/images/zookeeper.jpg\"></p>\n<p>流程说明:</p>\n<ul>\n<li>服务提供者启动时: 向 <code>/dubbo/com.foo.BarService/providers</code> 目录下写入自己的 URL 地址</li>\n<li>服务消费者启动时: 订阅 <code>/dubbo/com [...]
+  "__html": "<h1>zookeeper 注册中心</h1>\n<p><a href=\"http://zookeeper.apache.org\">Zookeeper</a> 是 Apacahe Hadoop 的子项目,是一个树型的目录服务,支持变更推送,适合作为 Dubbo 服务的注册中心,工业强度较高,可用于生产环境,并推荐使用 <sup class=\"footnote-ref\"><a href=\"#fn1\" id=\"fnref1\">[1]</a></sup>。</p>\n<p><img src=\"../../sources/images/zookeeper.jpg\" alt=\"/user-guide/images/zookeeper.jpg\"></p>\n<p>流程说明:</p>\n<ul>\n<li>服务提供者启动时: 向 <code>/dubbo/com.foo.BarService/providers</code> 目录下写入自己的 URL 地址</li>\n<li>服务消费者启动时: 订阅 <code>/dubbo/com [...]
   "link": "/zh-cn/docs/user/references/registry/zookeeper.html",
   "meta": {}
 }
\ No newline at end of file