You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)