Rohan Mukesh opened DATAREDIS-1230 and commented
I am using Spring Integration Reactive Redis which internally uses StreamReceiver to receive messages from Redis stream. StreamReceiver is configured to use StreamOptions.
Whenever there is SerializationException for message in Stream, StreamReceiver stops receiving next messages and we have to restart the application to consume next messages on the stream.
Artem Bilan has provided a fix for Spring Integration to use onErrorContinue . It would be great for Spring Data Redis to extend the StreamReceiver to handle error
Referenced from: pull request #576
Backported to: 2.4.2 (2020.0.2)