[
https://issues.apache.org/jira/browse/GOSSIP-38?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16129062#comment-16129062
]
ASF GitHub Bot commented on GOSSIP-38:
--------------------------------------
GitHub user pxsalehi opened a pull request:
https://github.com/apache/incubator-gossip/pull/66
GOSSIP-38 Multiple async GossipListeners
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/pxsalehi/incubator-gossip master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-gossip/pull/66.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 #66
----
commit 1c1af5a96e0796005325d42bc8041a8bc99512bc
Author: pxsalehi <[email protected]>
Date: 2017-08-16T16:40:54Z
gossip manager can take multiple gossip listeners
----
> Multiple async GossipListeners
> ------------------------------
>
> Key: GOSSIP-38
> URL: https://issues.apache.org/jira/browse/GOSSIP-38
> Project: Gossip
> Issue Type: New Feature
> Reporter: Edward Capriolo
> Assignee: Pooya Salehi
> Fix For: 0.1.3
>
>
> Currently Gossip allows us to specific 0-1 synchronous event listeners.
> In Hama:
> https://github.com/apache/hama/blob/master/core/src/main/java/org/apache/hama/monitor/fd/NodeEventListener.java
> They can attach multiple async listeners. I like this design better unsure if
> we should support both or only the async kind.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)