I tried to replace our memcached servers with Infinispan Server to get replication/distribution features for our services.
Using the clustered-memcached.xml
example configuration I can easily run Infinispan Servers on multiple hosts, but the problem is that the auto discovery/multicast feature will find all Infinispan Server instances on the whole network, meaning it will join all our stages (test, qa, production) together to a single cluster ... which is obviously not what anybody wants.
Is there an example on how I can define cluster members by IP/port without any UDP multicast discovery magic? The documentation has zero content about isolating clusters ... and in general lacks of useful xml examples.