[
https://issues.jboss.org/browse/JGRP-2224?page=com.atlassian.jira.plugin....
]
Bela Ban edited comment on JGRP-2224 at 10/20/17 8:50 AM:
----------------------------------------------------------
[~sebastian.laskawiec] No, because you'd have to change every single discovery
protocol out there. But I actually have another idea where you simply add {{MULTI_PING}}
to the stack, plus the other discovery protocols (below), and this should work.
So, something like this:
{code:xml}
...
<TCPPING.../>
<TCPGOSSIP.../>
...
<MULTI_PING.../>
{code}
I should have this ready next week...
was (Author: belaban):
[~sebastian.laskawiec] No, because you'd have to change every single discovery
protocol out there. But I actually have another idea where you simply add {{MULTI_PING}}
to the stack, plus the other discovery protocols (below), and this should work.
I should have this ready next week...
Multiple discovery protocols
----------------------------
Key: JGRP-2224
URL:
https://issues.jboss.org/browse/JGRP-2224
Project: JGroups
Issue Type: Feature Request
Reporter: Bela Ban
Assignee: Bela Ban
Fix For: 4.0.8
Allow for multiple discovery protocols. This would allow us to use a single configuration
which includes discovery protocols for multiple cloud providers.
The discovery protocols could be queried sequentially (return on result), or in
parallel.
Investigate whether we need a super discovery protocol which instantiates the individual
protocols, or whether each protocol should be changed e.g. to forward events down the
stack.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)