How can I replicate Apache Ignite DDL/DML events from one cluster to another using Kafka?

I have two Apache Ignite clusters, each of which has 3 nodes. I want to replicate the DDL/DML events of the first cluster to the second cluster. The operation should be one-directional for now. I have read some articles and tutorials about this topic and I want to use Kafka for this operation. However, all the documents I have found are either outdated or have insufficient sources. Do you have any suggestions on how I can achieve this?

Thanks.

I wrote several articles about it and did some experiments on my own. I am expecting to have two Apache Ignite clusters that can make one-directional replication.

Read more here: Source link