You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by il...@apache.org on 2018/11/12 09:13:36 UTC

[incubator-dubbo-website] branch asf-site updated (3cc83f8 -> 88beeaf)

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

iluo pushed a change to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-website.git.


    from 3cc83f8  rebuild
     new c3fc915  update registry address in sample config
     new 88beeaf  rebuild

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docs/en-us/user/demos/events-notify.md   | 2 +-
 docs/zh-cn/user/demos/events-notify.md   | 2 +-
 en-us/docs/user/demos/events-notify.html | 2 +-
 en-us/docs/user/demos/events-notify.json | 2 +-
 zh-cn/docs/user/demos/events-notify.html | 2 +-
 zh-cn/docs/user/demos/events-notify.json | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)


[incubator-dubbo-website] 01/02: update registry address in sample config

Posted by il...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit c3fc91542952e3f172bc82c7d83f38a36f7796c9
Author: beiwei.ly <be...@alibaba-inc.com>
AuthorDate: Mon Nov 12 17:12:40 2018 +0800

    update registry address in sample config
---
 docs/en-us/user/demos/events-notify.md | 2 +-
 docs/zh-cn/user/demos/events-notify.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/en-us/user/demos/events-notify.md b/docs/en-us/user/demos/events-notify.md
index 2c83d33..a5b4122 100644
--- a/docs/en-us/user/demos/events-notify.md
+++ b/docs/en-us/user/demos/events-notify.md
@@ -24,7 +24,7 @@ class NormalDemoService implements IDemoService {
 
 ```xml
 <dubbo:application name="rpc-callback-demo" />
-<dubbo:registry address="http://10.20.160.198/wiki/display/dubbo/10.20.153.186" />
+<dubbo:registry address="zookeeper://127.0.0.1:2181"/>
 <bean id="demoService" class="com.alibaba.dubbo.callback.implicit.NormalDemoService" />
 <dubbo:service interface="com.alibaba.dubbo.callback.implicit.IDemoService" ref="demoService" version="1.0.0" group="cn"/>
 ```
diff --git a/docs/zh-cn/user/demos/events-notify.md b/docs/zh-cn/user/demos/events-notify.md
index 2d554f8..66fd6ee 100644
--- a/docs/zh-cn/user/demos/events-notify.md
+++ b/docs/zh-cn/user/demos/events-notify.md
@@ -24,7 +24,7 @@ class NormalDemoService implements IDemoService {
 
 ```xml
 <dubbo:application name="rpc-callback-demo" />
-<dubbo:registry address="http://10.20.160.198/wiki/display/dubbo/10.20.153.186" />
+<dubbo:registry address="zookeeper://127.0.0.1:2181"/>
 <bean id="demoService" class="com.alibaba.dubbo.callback.implicit.NormalDemoService" />
 <dubbo:service interface="com.alibaba.dubbo.callback.implicit.IDemoService" ref="demoService" version="1.0.0" group="cn"/>
 ```


[incubator-dubbo-website] 02/02: rebuild

Posted by il...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 88beeaf733fad9390be87e1b9af8e345e5d79558
Author: beiwei.ly <be...@alibaba-inc.com>
AuthorDate: Mon Nov 12 17:13:21 2018 +0800

    rebuild
---
 en-us/docs/user/demos/events-notify.html | 2 +-
 en-us/docs/user/demos/events-notify.json | 2 +-
 zh-cn/docs/user/demos/events-notify.html | 2 +-
 zh-cn/docs/user/demos/events-notify.json | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/en-us/docs/user/demos/events-notify.html b/en-us/docs/user/demos/events-notify.html
index 400ba7a..43b1c26 100644
--- a/en-us/docs/user/demos/events-notify.html
+++ b/en-us/docs/user/demos/events-notify.html
@@ -28,7 +28,7 @@
 </code></pre>
 <h2>Service provider configure the service which it provided.</h2>
 <pre><code class="language-xml"><span class="hljs-tag">&lt;<span class="hljs-name">dubbo:application</span> <span class="hljs-attr">name</span>=<span class="hljs-string">"rpc-callback-demo"</span> /&gt;</span>
-<span class="hljs-tag">&lt;<span class="hljs-name">dubbo:registry</span> <span class="hljs-attr">address</span>=<span class="hljs-string">"http://10.20.160.198/wiki/display/dubbo/10.20.153.186"</span> /&gt;</span>
+<span class="hljs-tag">&lt;<span class="hljs-name">dubbo:registry</span> <span class="hljs-attr">address</span>=<span class="hljs-string">"zookeeper://127.0.0.1:2181"</span>/&gt;</span>
 <span class="hljs-tag">&lt;<span class="hljs-name">bean</span> <span class="hljs-attr">id</span>=<span class="hljs-string">"demoService"</span> <span class="hljs-attr">class</span>=<span class="hljs-string">"com.alibaba.dubbo.callback.implicit.NormalDemoService"</span> /&gt;</span>
 <span class="hljs-tag">&lt;<span class="hljs-name">dubbo:service</span> <span class="hljs-attr">interface</span>=<span class="hljs-string">"com.alibaba.dubbo.callback.implicit.IDemoService"</span> <span class="hljs-attr">ref</span>=<span class="hljs-string">"demoService"</span> <span class="hljs-attr">version</span>=<span class="hljs-string">"1.0.0"</span> <span class="hljs-attr">group</span>=<span class="hljs-string">"cn"</span>/&gt;</span>
 </code></pre>
diff --git a/en-us/docs/user/demos/events-notify.json b/en-us/docs/user/demos/events-notify.json
index 2146f26..fd6109c 100644
--- a/en-us/docs/user/demos/events-notify.json
+++ b/en-us/docs/user/demos/events-notify.json
@@ -1,4 +1,4 @@
 {
   "filename": "events-notify.md",
-  "__html": "<h1>Event Notify</h1>\n<p>Before calling, after calling, when an exception occurs,will trigger <code>oninvoke</code>, <code>onreturn</code>, <code>onthrow</code> events.You can configure which method to notify when an event occurs.</p>\n<h2>Service Interface</h2>\n<pre><code class=\"language-java\"><span class=\"hljs-class\"><span class=\"hljs-keyword\">interface</span> <span class=\"hljs-title\">IDemoService</span> </span>{\n    <span class=\"hljs-function\"><span class=\"h [...]
+  "__html": "<h1>Event Notify</h1>\n<p>Before calling, after calling, when an exception occurs,will trigger <code>oninvoke</code>, <code>onreturn</code>, <code>onthrow</code> events.You can configure which method to notify when an event occurs.</p>\n<h2>Service Interface</h2>\n<pre><code class=\"language-java\"><span class=\"hljs-class\"><span class=\"hljs-keyword\">interface</span> <span class=\"hljs-title\">IDemoService</span> </span>{\n    <span class=\"hljs-function\"><span class=\"h [...]
 }
\ No newline at end of file
diff --git a/zh-cn/docs/user/demos/events-notify.html b/zh-cn/docs/user/demos/events-notify.html
index 368fe89..9431a4d 100644
--- a/zh-cn/docs/user/demos/events-notify.html
+++ b/zh-cn/docs/user/demos/events-notify.html
@@ -28,7 +28,7 @@
 </code></pre>
 <h4>服务提供者配置</h4>
 <pre><code class="language-xml"><span class="hljs-tag">&lt;<span class="hljs-name">dubbo:application</span> <span class="hljs-attr">name</span>=<span class="hljs-string">"rpc-callback-demo"</span> /&gt;</span>
-<span class="hljs-tag">&lt;<span class="hljs-name">dubbo:registry</span> <span class="hljs-attr">address</span>=<span class="hljs-string">"http://10.20.160.198/wiki/display/dubbo/10.20.153.186"</span> /&gt;</span>
+<span class="hljs-tag">&lt;<span class="hljs-name">dubbo:registry</span> <span class="hljs-attr">address</span>=<span class="hljs-string">"zookeeper://127.0.0.1:2181"</span>/&gt;</span>
 <span class="hljs-tag">&lt;<span class="hljs-name">bean</span> <span class="hljs-attr">id</span>=<span class="hljs-string">"demoService"</span> <span class="hljs-attr">class</span>=<span class="hljs-string">"com.alibaba.dubbo.callback.implicit.NormalDemoService"</span> /&gt;</span>
 <span class="hljs-tag">&lt;<span class="hljs-name">dubbo:service</span> <span class="hljs-attr">interface</span>=<span class="hljs-string">"com.alibaba.dubbo.callback.implicit.IDemoService"</span> <span class="hljs-attr">ref</span>=<span class="hljs-string">"demoService"</span> <span class="hljs-attr">version</span>=<span class="hljs-string">"1.0.0"</span> <span class="hljs-attr">group</span>=<span class="hljs-string">"cn"</span>/&gt;</span>
 </code></pre>
diff --git a/zh-cn/docs/user/demos/events-notify.json b/zh-cn/docs/user/demos/events-notify.json
index d1a8155..3f8b896 100644
--- a/zh-cn/docs/user/demos/events-notify.json
+++ b/zh-cn/docs/user/demos/events-notify.json
@@ -1,4 +1,4 @@
 {
   "filename": "events-notify.md",
-  "__html": "<h1>事件通知</h1>\n<p>在调用之前、调用之后、出现异常时,会触发 <code>oninvoke</code>、<code>onreturn</code>、<code>onthrow</code> 三个事件,可以配置当事件发生时,通知哪个类的哪个方法 <sup class=\"footnote-ref\"><a href=\"#fn1\" id=\"fnref1\">[1]</a></sup>。</p>\n<h4>服务提供者与消费者共享服务接口</h4>\n<pre><code class=\"language-java\"><span class=\"hljs-class\"><span class=\"hljs-keyword\">interface</span> <span class=\"hljs-title\">IDemoService</span> </span>{\n    <span class=\"hljs-function\"><span class=\"hljs-keyword\">public</span> P [...]
+  "__html": "<h1>事件通知</h1>\n<p>在调用之前、调用之后、出现异常时,会触发 <code>oninvoke</code>、<code>onreturn</code>、<code>onthrow</code> 三个事件,可以配置当事件发生时,通知哪个类的哪个方法 <sup class=\"footnote-ref\"><a href=\"#fn1\" id=\"fnref1\">[1]</a></sup>。</p>\n<h4>服务提供者与消费者共享服务接口</h4>\n<pre><code class=\"language-java\"><span class=\"hljs-class\"><span class=\"hljs-keyword\">interface</span> <span class=\"hljs-title\">IDemoService</span> </span>{\n    <span class=\"hljs-function\"><span class=\"hljs-keyword\">public</span> P [...]
 }
\ No newline at end of file