Skip to content

Reactive StreamReceiver fails on serialization exception and does not process subsequent messages [DATAREDIS-1230] #1802

@spring-projects-issues

Description

@spring-projects-issues

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)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions