I am trying to connect Kafka connector with database using confluent kafka jdbc connector.
I can do insert and update the records from one database to another, but when I try to delete the records, the deleted records are not reflecting into target db. I mean synchronization of records(deleted records) are not deleted from target database.
You won't be able to until this gets merged