Distributed map/events across server instances

Hi all,
in CUBA Jgroups was used for messaging across multiple server instances, in Jmix on the doc page there is no info as of now: Distributed Sessions :: Jmix Documentation

Is there already a technology that I can use if I need a distributed in-memory map across multiple server instances?

You can use any appropriate technology: Hazelcast, Redis, Apache Ignite, etc.

If you also plan to use a cluster of Jmix applications, perhaps Hazelcast would be a good choice because we test the cluster communication on it. See Kubernetes Cluster :: Jmix Documentation.

1 Like

Yes, thanks, that was exactly what I meant. I wanted to use a technology that will also be used in Jmix. :slight_smile: