I have a use-case where I have to replicate Apache Ignite data(persistent + non-persistent) from one cluster(hosted on AWS) to another(hosted on GCP) and eventually shut down the original cluster.
I have come across GridGain. They have DataCenter replication and Kafka Connect integration methods available. Though this looks promising, it is available in enterprise edition.
I am more inclined towards using open-source. So, Need guidance if there's a good way of doing this replication. Please point me to the resources.
Also, guide on which replication method of Gridgain should be considered.