You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by Vasily Laktionov <va...@gmail.com> on 2020/04/01 09:29:03 UTC

Cache replication

Hi all,

In our topology we have 4 nodes.
Each node started in separate VM.
We have T1 and T2 replicated tables in each node.
We want to replicate T1 between all nodes and T2 between node1 and node2.
Is there any way to do that?



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Cache replication

Posted by Vasily Laktionov <va...@gmail.com>.
Thank you, Evgenii, this is exactly what we need!



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Cache replication

Posted by Evgenii Zhuravlev <e....@gmail.com>.
Hi,
NodeFilter was created for this purpose:
https://www.javadoc.io/doc/org.apache.ignite/ignite-core/2.1.0/org/apache/ignite/util/AttributeNodeFilter.html

Here is the example:
https://github.com/ezhuravl/ignite-code-examples/blob/master/src/main/java/examples/nodefilter/cache/CacheNodeFilterExample.java
config files you can find in the same project.

Evgenii

ср, 1 апр. 2020 г. в 07:20, Vasily Laktionov <va...@gmail.com>:

> See some views but no answers.
> Updated my question to clarify it.
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>

Re: Cache replication

Posted by Vasily Laktionov <va...@gmail.com>.
See some views but no answers.
Updated my question to clarify it.



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/