Skip to content

Redis consumer does not reconnect after failure to ack message #206

@mbowersox

Description

@mbowersox

It appears that the Redis consumer will not reconnect after an ack failure. It is believe that the ack failure occurred because the stream was dropped from the Redis instance after exceeding its maximum cache size. In flight messages could not be ack'd because the stream key no longer existed. The producer to this stream re-created a new key and the consumer never recovered.

Metadata

Metadata

Assignees

Labels

M-redisThis issue is related to the Redis moduleP2Priority 2bugSomething isn't working

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions