1
votes

We are trying to implement the replication of data between two Ignite data clusters.

For this purpose, we are using Kafka Connect.

We have followed the things mentioned in this document -> https://dzone.com/articles/linking-apache-ignite-and-apache-kafka-for-highly

Everything is working fine till we use one cache and PUT operation.

But when I use the same for REMOVED operation, in the consumer thread of the connector, I can see the CacheEvent record, but the data is not being removed from the Sink Cluster nodes.

Can someone please help with this case?

1

1 Answers

1
votes

It might be an issue with the Ignite Kafka integration. Try to collect all the relevant details and report to the Ignite community via the user list.

In the meantime, if the issue is not solved you can consider other replication options:

  1. Replication via the certified GridGain Kafka Connect integration.
  2. Datacenter replication feature by GridGain.