kafka-jdbc-connector
kafka-jdbc-connector copied to clipboard
Support for PostgreSQL
Add support to copy change data from PostgreSQL
I can pick this issue, do we wanna discuss how should we approach this?
Thanks @atiqsayyed. There are 2 things that need to be done here.
-
Updating kafka-jdbc-connector a. Add one more entry for PostgreSQL in DatabaseProduct.scala. b. Add prepareStatement to poll data from PostgreSQL in IdBasedDataService.scala, TimeBasedDataService.scala and TimeIdBasedDataService.scala.
-
Updating sample a. add docker functional test KafkaConnectPostgresqlFunctionalTest.scala
I've started working on it