When discussing KUBE_PING with rhn-engineering-rhusar, it turned out that it is possible to use JGroups protocol defined in non-jgroups module. Here's an example:
... JGroups stack configuration ... <protocol type="org.myorg.MyProtocol" module="org.myorg.mymodule"/> ...
At the moment we copy original JGroups EAP module and add OpenShift (and DNS) PING protocols to it. Then we create an OpenShift overlay with extended JGroups module and use it instead of the original one. With the approach proposed by Rado, this can be avoided.
- relates to
-
WFLY-9939 Eliminate the need to override the org.jboss.as.clustering.jgroups module in our openshift images
- Closed