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 2016/04/05 18:54:25 UTC

[jira] [Commented] (CURATOR-314) Listenable support for GroupMember recipe

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

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

GitHub user shivramk opened a pull request:

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

    [CURATOR-314] Listenable support for GroupMember recipe

    I've added support for listenable events to the GroupMember recipe. Its built on the event support provided by the underlying PathChildenCache object being used by GroupMember

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

    $ git pull https://github.com/shivramk/curator CURATOR-314

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

    https://github.com/apache/curator/pull/141.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 #141
    
----
commit 840afd3158e825ccf038ab4cc272fbc357b8c7a1
Author: Shivram Khandeparker <sh...@flipkart.com>
Date:   2016-04-05T16:32:34Z

    Added support for listenable events in GroupMember

commit debad0ab1cbbfd754f80d51ce6b24bca0b0e4034
Author: Shivram Khandeparker <sh...@flipkart.com>
Date:   2016-04-05T16:49:41Z

    Added test case for GroupMemberListener

----


> Listenable support for GroupMember recipe
> -----------------------------------------
>
>                 Key: CURATOR-314
>                 URL: https://issues.apache.org/jira/browse/CURATOR-314
>             Project: Apache Curator
>          Issue Type: Improvement
>          Components: Recipes
>            Reporter: Shivram Khandeparker
>
> The GroupMember recipe currently doesn't provide any membership change events. I wanted this feature in my project and I've implemented it by making a copy of GroupMember in my project and adding the necessary classes and interfaces. I wanted to contribute this back to curator



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