Open ndrluis opened 1 year ago
This is not currently supported. I think you could write Kafka Connect transofrmation to discard entire event.
If you discard the entire event, wouldn't changes to other columns in the same UPDATE statement be discarded as well?
Hello,
I'm using this connector with postgresql debezium and we have some UPDATE events with the TOAST placeholder, it's possible to deal with TOAST values at consumer level excluding unchanged values?
https://debezium.io/blog/2019/10/08/handling-unchanged-postgres-toast-values/