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.
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 ?