Infinispan server installation strategy for non-prod test environments

54 Views Asked by At

We are currently evaluating infinispan server as a cache server for our application running in JBOSS.

We are planning to use hotrod endpoints to access infinispan cache from our application nodes.

We have around 300+ test environments, what would be right strategy for infinispan server installation.?

I do not want to create 300+ instances of infinispan servers, which would lead to management mess.

Is there a way we can run one infinispan instance exposing 30 hotrod endpoints to server 30 test environments ? Thereby, we would need to setup only 10 instances of infinispan server where each infinispan instance supporting 30 environments/application server.

Any assistance on the approach would be highly appreciated.

Thanks Santhosh S

1

There are 1 best solutions below

3
On

Since this is a test environment, I assume you are not really interested in hard segregation of data for each one. Why not just have a single Hot Rod endpoint, and have 1 (or more) cache(s) for each of your environments ?