Kafka connect is using JDBC...
Thus you would just implement a similar solution, which would surely be
less efficient :/
https://www.confluent.io/blog/kafka-connect-deep-dive-jdbc-source-connector/
Your problem doesn't seem technical but organizational
Le mer. 29 avr. 2020 à 17:47, KhajaAsmath
Hi,
I have a requirement where I need to read records from the database and
load them as JSON into kafka topic.
Next step is to handle only updates.
I was successful using this for Kafkaconnect for mysql but unfortunately I
cannot using kafka connect due to restrictions from database team.
Is th