JDBC Sink connector from Streaming to database

Hi

We want to create a flow of data from Oracle Cloud Streaming (bases of Kafka) to Autonomous database. I am trying to setup a JDBC sink connector in between which will consume data from streaming and produce to database.
IS this correct approach.

thanks
Charandeep

Should work. What specific issues are you having?

I have installed plugin confluentinc-kafka-connect-jdbc-10.5.2 and copied jdbc libraries as well.
edited the file connect-distributed.properties also. but how do I start the connector ?

You’d POST the connector config to the Connect REST API.

Lots of good information here about working with the sink connector.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.