Open marcospassos opened 4 years ago
@marcospassos , Could you please explain your requirement?
Sure. I'd like to sink deleted records whenever a tombstone record is received. See how the JDBC connector handles tombstone records.
@marcospassos Sure! I will add that over this weekend. Thank you!
@marcospassos, Would you able to help me with the testing? I ran out of google cloud credit.
The requested feature is available in the following branch -
https://github.com/sanjuthomas/kafka-connect-gcp-bigtable/tree/feature/tombstone-record-delete
I'm using the BulkMutation so I'm not sure how that would behave if we have delete and add for the same row key in the same batch. That would be an additional test case that we have to execute in the integration environment.
Please let me know.
Any plans to add support for deleting records through tombstone?