Hi, I want to batch ingest data from the Oracle database. Currently, we support PostgreSQL and MySQL. I know that the recommended way is to fetch data into Kafka (or Kinesis) then ingest it into Druid via supervisors. However, I don't have a chance to create a Kafka infrastructure for now.
Which steps should I follow to create a sql inputsource for Oracle? Should I extend SQLFirehoseDatabaseConnector for such purpose? Kind Regards, Furkan KAMACI