I did not find any specific documentation on Apache Ignite Sink Connector. I am using a Kafka ignite sink connector, for which I have added jars and I am able to see the connector in control center. I want to push Kafka topic data in ignite where Kafka and ignite are on remote nodes. My connector should ideally run on a remote node from the ignite node.
How can I achieve this? What configurations I need to pass in the spring xml file which I pass as a parameter in connector properties? What configurations I need to pass in the spring xml file of the ignite server node?