You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@curator.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2014/11/15 00:55:34 UTC

[jira] [Commented] (CURATOR-166) Make ZKPaths accept more than one child

    [ https://issues.apache.org/jira/browse/CURATOR-166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14213100#comment-14213100 ] 

ASF GitHub Bot commented on CURATOR-166:
----------------------------------------

GitHub user rfer opened a pull request:

    https://github.com/apache/curator/pull/54

    CURATOR-166: Allow ZKPaths to build paths with an arbitrary number of children

    ZKPaths currently only accepts one parent and one child nodes.
    This changes makePaths to have a varargs parameter so it can accept more than one child.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/rfer/curator CURATOR-166

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/curator/pull/54.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #54
    
----
commit 01a23e9c043277ab80d9f78b8c58b7aab06c902b
Author: Ricardo Ferreira <ri...@feedzai.com>
Date:   2014-11-14T23:48:31Z

    CURATOR-166: Allow ZKPaths to build paths with an arbitrary number of children.

----


> Make ZKPaths accept more than one child
> ---------------------------------------
>
>                 Key: CURATOR-166
>                 URL: https://issues.apache.org/jira/browse/CURATOR-166
>             Project: Apache Curator
>          Issue Type: Improvement
>          Components: Client
>            Reporter: Ricardo Ferreira
>            Priority: Trivial
>
> ZKPaths currently only accepts one parent and one child nodes. It would be useful to be able to create paths with more depth.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)