parallel-consumer
parallel-consumer copied to clipboard
Handle deserialization exceptions thrown from the deserialiser
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