Feature: Replay messages #1618
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
Redis
Issues related to `faststream.redis` module and Redis features
Is your feature request related to a problem? Please describe.
I would like to be able to replay the messages stored on a persistent queue on subscribe on process start. If my process restarts, I would like the option to replay some or all of the messages on a given topic/queue.
Describe the solution you'd like
Add some sort of
replay
orstart_timestamp
kwargs for subscribe that allows replaying messages stored in backend on startup.Feature code example
To help others understand the proposed feature, illustrate it with a FastStream code example:
Describe alternatives you've considered
I thought this would have discussed/implemented given the majority of backends support this functionality (RMQ, redis, nats, kafka), but I can't find anything in the docs or issues.
Additional context
Apologies if I've somehow missed something here!
The text was updated successfully, but these errors were encountered: