parallel-consumer icon indicating copy to clipboard operation
parallel-consumer copied to clipboard

Handle deserialization exceptions thrown from the deserialiser

Open astubbs opened this issue 3 years ago • 0 comments

Workaround: use byte[],byte[] for key value types, use Serdes' to deserialise yourself in the processing function, throw a terminal failure if you want to skip the message.

see:

  • #291

astubbs avatar May 13 '22 14:05 astubbs