[
https://issues.apache.org/jira/browse/CURATOR-314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15275675#comment-15275675
]
ASF GitHub Bot commented on CURATOR-314:
----------------------------------------
Github user Randgalt commented on a diff in the pull request:
https://github.com/apache/curator/pull/141#discussion_r62436637
--- Diff:
curator-recipes/src/main/java/org/apache/curator/framework/recipes/nodes/GroupData.java
---
@@ -0,0 +1,94 @@
+/**
--- End diff --
Can't ChildData be re-used here? The only difference is the stat object
which doesn't hurt for GroupMember.
> 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)