I had to connect Kafka Producer
into a direct text
file with the Kafka-Connector
framework.
For the same thing, I tried to connect with the database. But there are no drivers to connect with the database.
Yes, I know there is one way to connect with Kafka-Confluent
but I don't want to use Confluent
. Also, I don't want to use JDBC Driver
. It's a little complex.
Is there any way to Core Kafka
connect to a direct database?