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
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