Yes, it's possible to achieve that with a node filter. You should change your cache configurations. Here's the javadoc <https://ignite.apache.org/releases/latest/javadoc/org/apache/ignite/configuration/CacheConfiguration.html#setNodeFilter-org.apache.ignite.lang.IgnitePredicate-> . After that you'll be able to leverage attributes to filter nodes. A cache will start on on certain nodes for which the predicate return true.
-- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
