You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2018/07/19 12:11:27 UTC

[GitHub] zonghaishang commented on a change in pull request #35: Minor corrections to user guide

zonghaishang commented on a change in pull request #35: Minor corrections to user guide
URL: https://github.com/apache/incubator-dubbo-docs/pull/35#discussion_r203702014
 
 

 ##########
 File path: dubbo-user-book-en/references/registry/zookeeper.md
 ##########
 @@ -1,13 +1,13 @@
 # Zookeeper Registry Server
 
-[Zookeeper](http://zookeeper.apache.org) 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. [^1]
+[Zookeeper](http://zookeeper.apache.org) is a child project of [Apache Hadoop](http://hadoop.apache.org). 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. [^1]
 
 ![/user-guide/images/zookeeper.jpg](../../sources/images/zookeeper.jpg)
 
 Description on registration procedure:
 
 * When service provider boots up: write service URL address under directory `/dubbo/com.foo.BarService/providers`
-* When service consumer boots up: subscribe to `/dubbo/com.foo.BarService/providers` for provider's URL addresses. At the same time, write consumer's URL address under `/dubbo/com.foo.BarService/providers`.
+* When service consumer boots up: subscribe to `/dubbo/com.foo.BarService/providers` for provider's URL addresses. At the same time, write consumer's URL address under `/dubbo/com.foo.BarService/consumers`.
 
 Review comment:
   The prefix for writing the key is obtained by reading the group attribute. eg: `/dubbo/com.foo.BarService/providers` ,  for example, the service group is test, the key is changed to '/test/com.foo.BarService/providers' or '/test/com.foo.BarService/consumers'.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org