I'm working with a project that has scalability issues due to cache management and full resource management.
I decide to use Apache Ignite as my caching layer but I don't want to up the separate cluster for that. Can we use my spring application as a cluster node, and there are several other instances together that make the ignite cluster, and also The same application act as ignite client. It will use my unused JVM.