Re: Ignite cluster configure (2.3.0)

2017-12-21 Thread dkarachentsev
Hi Dmitriy, 1. You may use node filter [1] and specifically org.apache.ignite.util.AttributeNodeFilter that could be configured in XML without writing code. 2. Yes you can. You need to configure data regions and set persistenceEnabled flag. After that you may apply cachesh to that regions. [2]

Ignite cluster configure (2.3.0)

2017-12-21 Thread Kvon, Dmitriy
Hi All! 1. I have two types of nodes: "A" and "B". On the nodes "A" I deploy the cache "1", on the nodes "B" - cache "2". It is necessary that the "B" nodes are servers for cache "2" and clients for servers "A" at the same time. What is the best practice? 2. Can I