I am trying to integrate Ingres database with Kafka. What I am looking for is, as soon as a record gets inserted/updated/deleted in Ingres database, it should publish this record in a Kafka topic. Is there any such product/framework available which can achieve this?
There is some connector named "Kafka Ingress connector" available at https://developer.adroitlogic.com/connectors/docs/17.07/kafka/kafka_ingress_connector.html But this doesn't seem to be for Ingres database. Notice the spelling difference. The database name is Ingres whereas the connector given on this website says Ingress. Even if I ignore the spelling difference, the webpage doesn't talk anything about Ingres database. It seems that the name "Kafka Ingress Connector" is given for some different purpose & it is not really intended for Ingres database.
I am expecting the real time integration between Ingres database & Kafka. If someone is aware of this, kindly let me know. Also, if someone from adroitlogic can confirm about Kafka Ingress connector, it would be great. Thank you!