some edits on the rpc web doc
Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/70c52544 Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/70c52544 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/70c52544 Branch: refs/heads/master Commit: 70c5254460ab35c8ad4db46ace83425a1c1bb2db Parents: 6e98562 Author: randgalt <[email protected]> Authored: Sat Jun 7 15:01:01 2014 -0500 Committer: randgalt <[email protected]> Committed: Sat Jun 7 15:01:01 2014 -0500 ---------------------------------------------------------------------- curator-x-rpc/src/site/confluence/index.confluence | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/curator/blob/70c52544/curator-x-rpc/src/site/confluence/index.confluence ---------------------------------------------------------------------- diff --git a/curator-x-rpc/src/site/confluence/index.confluence b/curator-x-rpc/src/site/confluence/index.confluence index ffba2de..b3686c3 100644 --- a/curator-x-rpc/src/site/confluence/index.confluence +++ b/curator-x-rpc/src/site/confluence/index.confluence @@ -1,6 +1,10 @@ h1. Curator RPC Proxy -NOTE: Curator RPC Proxy is in its own package in Maven Central: curator\-x\-rpc +h2. Packaging + +Curator RPC Proxy is in its own package in Maven Central: curator\-x\-rpc + +h2. What Is a Curator RPC? The Curator RPC module implements a proxy that bridges non\-java environments with the Curator framework and recipes. It uses [[Apache Thrift|http://thrift.apache.org]] which supports a large set of languages and environments. @@ -16,6 +20,7 @@ The benefits of Curator RPC are: * There are Thrift implementations for a large number of languages/environments h2. Thrift File + The current Curator RPC Thrift File can be found here: [[https://raw.githubusercontent.com/apache/curator/master/curator-x-rpc/src/main/thrift/curator.thrift]]. Use this to generate code for the language/environment you need.
