as (vaguely) stated In documentation, thumbstones are supported and null value will lead to deletion of the key.
However, in practice my sink breaks on every thumbstone with this log:
Caused by: java.lang.NullPointerException: Cannot invoke "org.apache.kafka.connect.data.Schema.type()" because the return value of "org.apache.kafka.connect.sink.SinkRecord.valueSchema()" is null
(This is in conjunction with AvroConverter for values)