Re: unpredictable behaviour on KafkaSource deserialisation error

2022-02-14 Thread Niklas Semmler
Hi Frank, This sounds like an interesting issue. Can you share a minimal working example? Best regards, Niklas > On 9. Feb 2022, at 23:11, Frank Dekervel wrote: > > Hello, > > When trying to reproduce a bug, we made a DeserialisationSchema that throws > an exception when a malformed message

unpredictable behaviour on KafkaSource deserialisation error

2022-02-09 Thread Frank Dekervel
Hello, When trying to reproduce a bug, we made a DeserialisationSchema that throws an exception when a malformed message comes in. Then, we sent a malformed message together with a number of well formed messages to see what happens. valsource= KafkaSource.builder[OurMessage]()