kafka-connect-oracle
kafka-connect-oracle copied to clipboard
sink jdbc connector
Hello, What about using this plugin in a generic confluent sink connector.
Thanks...
you meant "source connector" I guess right?
I am having this issue also.
I am using erdemcer for source connector with kafka. How can i write a sink connector to postgresql?
Thank you.
Hi, this connector output is not proper for Generic JDBC Sink Connector and you have to write your own consumer which will consume messages from topic and execute sql_redo data on postgresql db. Thanks