I try to ignore bad messages in sink connector with errors.tolerance: all
option. Full connector configuration:
{
\"name\": \"crm_data-sink_
In your Kafka message you have a field process_listners
. Column with that name is not present in your table.
I think you have typo. In table you have column process_listeners
, not process_listners
.
errors.tolerance
property apply only to errors during Converting messages.
More regarding errors.tolerance
you can read: kafka connect - jdbc sink sql exception