简体   繁体   中英

Deleting Records in database through kafka jdbc connector

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

https://github.com/confluentinc/kafka-connect-jdbc/pull/282

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM