I am playing around with the Kafka Connect JDBC connector and specifically looking at what the actual format of the data that is put onto the topic is.
I have been able to see new inserts and updates to the database, but I have not been able to detect deletes from the database.
First: Does the JDBC source support detecting these changes? I can't find documentation one way or another.
If it does, what format does it take on the actual topic?