You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@curator.apache.org by Jordan Zimmerman <jo...@jordanzimmerman.com> on 2017/01/07 17:58:23 UTC

[FOR REVIEW] Curator Async

Hello Everyone,

I’ve just pushed a brand new Java 8 based DSL for Curator. Curator Async wraps existing CuratorFramework instances and is entirely asynchronous using Java 8's CompletionStage mechanism for chaining, composing, etc. Additionally, Curator's original DSL has been cleaned up and simplified, in particular for operations such as create().

I’d appreciate as many eyes on this as possible: https://github.com/apache/curator/pull/189 <https://github.com/apache/curator/pull/189>

You can read the (raw) doc here: https://raw.githubusercontent.com/Randgalt/curator-1/b813fb3502896a088c6e18a1d442bef127fe9e51/curator-x-async/src/site/confluence/index.confluence <https://raw.githubusercontent.com/Randgalt/curator-1/b813fb3502896a088c6e18a1d442bef127fe9e51/curator-x-async/src/site/confluence/index.confluence>

-Jordan