You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I attempted to use it with AWS_PING. Unfortunately at initialization AWS_PING attempts to discover the EC2 Instance's identity and throws an exception if it cannot be found. This does not allow me to utilize MULTI_PING.
Catching and suppressing the exception would allow for MULTI_PING to be used.
Expected behavior: If not in AWS MPING or TCPPING would be used in the Data Center.
Actual behavior: When not in AWS, AWS_PING throws an exception and Wildfly fails to use the other JGroups discovery protocols
The text was updated successfully, but these errors were encountered:
MULTI_PING allows for multiple discovery protocols to be used in a configuration.
I have an application that needs to support multiple providers: Data Center (TCPPING\ MPING), AWS, GOOGLE_PING, and AZURE_PING Per the original use case of MULTI_PING: "Allow for multiple discovery protocols. This would allow us to use a single configuration which includes discovery protocols for multiple cloud providers." Also see: https://github.com/belaban/JGroups/blob/master/doc/manual/protocols.adoc#multiple-discovery-protocols-in-the-same-stack
I attempted to use it with AWS_PING. Unfortunately at initialization AWS_PING attempts to discover the EC2 Instance's identity and throws an exception if it cannot be found. This does not allow me to utilize MULTI_PING.
Catching and suppressing the exception would allow for MULTI_PING to be used.
Example stack:
Expected behavior: If not in AWS MPING or TCPPING would be used in the Data Center.
Actual behavior: When not in AWS, AWS_PING throws an exception and Wildfly fails to use the other JGroups discovery protocols
The text was updated successfully, but these errors were encountered: