ansible-middleware / infinispan

Collection to install infinispan server configurations
Apache License 2.0
12 stars 9 forks source link

Add the ability to configure other JGroups discovery mechanisms #29

Closed InfoSec812 closed 1 year ago

InfoSec812 commented 1 year ago
SUMMARY

Currently, the redhat.data_grid.data_grid role does not have an exposed option to configure anything other than JDBC_PING for JGroups discovery. For typical VM-based DG/Infinispan deployments, most customers use UDPPING/MPING as the default. It would be helpful to support other JGroups configuration options.

ISSUE TYPE