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 there any other good approach to develop in kstreams. Utilize JDBC or something else with kstreams? Thanks, Asmath