bitstorm commented on a change in pull request #35: Minor corrections to user guide URL: https://github.com/apache/incubator-dubbo-docs/pull/35#discussion_r203664098
########## 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]  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: I guess you meant 'consumers' instead of 'providers' ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
