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/11/21 03:38:23 UTC

[dubbo-website] branch asf-site updated: Automated deployment: Thu Nov 21 03:38:16 UTC 2019 9a771092490e7eb7be674ce9741a9fe254bee6a1

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


View the commit online:
https://github.com/apache/dubbo-website/commit/8bff698de08558969b9460f51435420ac8430512

The following commit(s) were added to refs/heads/asf-site by this push:
     new 8bff698  Automated deployment: Thu Nov 21 03:38:16 UTC 2019 9a771092490e7eb7be674ce9741a9fe254bee6a1
8bff698 is described below

commit 8bff698de08558969b9460f51435420ac8430512
Author: beiwei30 <be...@users.noreply.github.com>
AuthorDate: Thu Nov 21 03:38:16 2019 +0000

    Automated deployment: Thu Nov 21 03:38:16 UTC 2019 9a771092490e7eb7be674ce9741a9fe254bee6a1
---
 en-us/docs/user/references/registry/nacos.html     | 2 +-
 en-us/docs/user/references/registry/nacos.json     | 2 +-
 en-us/docs/user/references/registry/zookeeper.html | 2 +-
 en-us/docs/user/references/registry/zookeeper.json | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/en-us/docs/user/references/registry/nacos.html b/en-us/docs/user/references/registry/nacos.html
index ced5112..37e8ab6 100644
--- a/en-us/docs/user/references/registry/nacos.html
+++ b/en-us/docs/user/references/registry/nacos.html
@@ -58,7 +58,7 @@
 </code></pre>
 <p>When you add <code>dubbo-registry-nacos</code> to your project, you don't need to explicitly program the service discovery and registration logic. The actual implementation is provided by the three-party package.</p>
 <h3>Configure Registry Center</h3>
-<p>Assuming your Dubbo app uses the Spring Framework assembly, there are two configuration options available: [Dubbo Spring Externalization Configuration](<a href="https://mercyblitz.github.io/2018/01/18/Dubbo-%E5%25">https://mercyblitz.github.io/2018/01/18/Dubbo-�%</a> A4%96%E9%83%A8%E5%8C%96%E9%85%8D%E7%BD%AE/) and the Spring XML configuration file.</p>
+<p>Assuming your Dubbo app uses the Spring Framework assembly, there are two configuration options available: <a href="https://mercyblitz.github.io/2018/01/18/Dubbo-%E5%A4%96%E9%83%A8%E5%8C%96%E9%85%8D%E7%BD%AE/">Dubbo Spring Externalization Configuration</a> and the Spring XML configuration file.</p>
 <h3><a href="https://mercyblitz.github.io/2018/01/18/Dubbo-%E5%A4%96%E9%83%A8%E5%8C%96%E9%85%8D%E7%BD%AE/">Dubbo Spring Externalization Configuration</a></h3>
 <p>The Dubbo Spring externalization configuration is a new feature introduced by Dubbo <code>2.5.8</code> that automatically generates and binds Dubbo configuration beans through the Spring <code>Environment</code> property, simplifying configuration and lowering the microservice development threshold.</p>
 <p>Assuming your Nacos Server is also running on server <code>10.20.153.10</code> and using the default Nacos service port <code>8848</code>, you only need to adjust the <code>dubbo.registry.address</code> property as follows:</p>
diff --git a/en-us/docs/user/references/registry/nacos.json b/en-us/docs/user/references/registry/nacos.json
index 2e838b1..36029ff 100644
--- a/en-us/docs/user/references/registry/nacos.json
+++ b/en-us/docs/user/references/registry/nacos.json
@@ -1,6 +1,6 @@
 {
   "filename": "nacos.md",
-  "__html": "<h1>Nacos Registry Center</h1>\n<p>Nacos is a very important registry center for Dubbo ecosystem, <a href=\"https://github.com/apache/incubator-dubbo/tree/master/dubbo-registry/dubbo-registry-nacos\"><code>dubbo-registry-nacos</code></a> is the implementation of Nacos integration to Nacos.</p>\n<h2>Prepare Work</h2>\n<p>When you integrate <a href=\"https://github.com/apache/incubator-dubbo/tree/master/dubbo-registry/dubbo-registry-nacos\"><code>dubbo-registry-nacos</code></a [...]
+  "__html": "<h1>Nacos Registry Center</h1>\n<p>Nacos is a very important registry center for Dubbo ecosystem, <a href=\"https://github.com/apache/incubator-dubbo/tree/master/dubbo-registry/dubbo-registry-nacos\"><code>dubbo-registry-nacos</code></a> is the implementation of Nacos integration to Nacos.</p>\n<h2>Prepare Work</h2>\n<p>When you integrate <a href=\"https://github.com/apache/incubator-dubbo/tree/master/dubbo-registry/dubbo-registry-nacos\"><code>dubbo-registry-nacos</code></a [...]
   "link": "/en-us/docs/user/references/registry/nacos.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/en-us/docs/user/references/registry/zookeeper.html b/en-us/docs/user/references/registry/zookeeper.html
index 33e688d..14bd46a 100644
--- a/en-us/docs/user/references/registry/zookeeper.html
+++ b/en-us/docs/user/references/registry/zookeeper.html
@@ -18,7 +18,7 @@
 <p>Description on registration procedure:</p>
 <ul>
 <li>When service provider boots up: write service URL address under directory <code>/dubbo/com.foo.BarService/providers</code></li>
-<li>When service consumer boots up: subscribe to <code>/dubbo/com.foo.BarService/providers</code> for provider's URL addresses. At the same time, write consumer's URL address under <code>/dubbo/com.foo.BarService/providers</code>.</li>
+<li>When service consumer boots up: subscribe to <code>/dubbo/com.foo.BarService/providers</code> for provider's URL addresses. At the same time, write consumer's URL address under <code>/dubbo/com.foo.BarService/consumers</code>.</li>
 <li>When monitor center boots up: subscribe to <code>/dubbo/com.foo.BarService</code> for the URL addresses from all providers and consumers.</li>
 </ul>
 <p>The following abilities are supported:</p>
diff --git a/en-us/docs/user/references/registry/zookeeper.json b/en-us/docs/user/references/registry/zookeeper.json
index 20deaff..a3a6306 100644
--- a/en-us/docs/user/references/registry/zookeeper.json
+++ b/en-us/docs/user/references/registry/zookeeper.json
@@ -1,6 +1,6 @@
 {
   "filename": "zookeeper.md",
-  "__html": "<h1>Zookeeper Registry Server</h1>\n<p><a href=\"http://zookeeper.apache.org\">Zookeeper</a> is the child project of apache hadoop. Since it offers tree-like directory service and supports change notification, it's suitable to use it as dubbo's registry server. It's a field-proven product, therefore it's recommended to use it in the production environment. <sup class=\"footnote-ref\"><a href=\"#fn1\" id=\"fnref1\">[1]</a></sup></p>\n<p><img src=\"../../sources/images/zookeep [...]
+  "__html": "<h1>Zookeeper Registry Server</h1>\n<p><a href=\"http://zookeeper.apache.org\">Zookeeper</a> is the child project of apache hadoop. Since it offers tree-like directory service and supports change notification, it's suitable to use it as dubbo's registry server. It's a field-proven product, therefore it's recommended to use it in the production environment. <sup class=\"footnote-ref\"><a href=\"#fn1\" id=\"fnref1\">[1]</a></sup></p>\n<p><img src=\"../../sources/images/zookeep [...]
   "link": "/en-us/docs/user/references/registry/zookeeper.html",
   "meta": {}
 }
\ No newline at end of file