Re: Leveraging DLQ for errors coming from a sink connector plugin

2019-11-15 Thread Javier Holguera
Any chance that somebody can shed some light on this? Thanks! On Tue, 12 Nov 2019 at 17:40, Javier Holguera wrote: > Hi, > > Looking at the Kafka Connect code, it seems that the built-in support for > DLQ queues only works for errors related to transformations and converters > (headers, key, an

Leveraging DLQ for errors coming from a sink connector plugin

2019-11-12 Thread Javier Holguera
Hi, Looking at the Kafka Connect code, it seems that the built-in support for DLQ queues only works for errors related to transformations and converters (headers, key, and value). I wonder if it has been considered (and maybe discarded) to use the same mechanism for the call to the connector-plug