docs: Add information on how you can organize DLQ message queue for different queue managers. · Issue #2210 · ag2ai/faststream · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think there is such a need to specify in the documentation whether there are simple ways to implement DLQ queues in different queue managers.
Built-in features like in Rabbit, etc
And where it is necessary to write a crutch, as, for example, in Redis, Kafka.
After 5 attempts, the message will drop to stream_dlq, then you can work with it, but it is important to note that if the message reaches the maximum number of delivery attempts, it will still remain in the stream until it is deleted or manually confirmed.
Summary
I think part of the community has that need.
Motivation
I think there is such a need to specify in the documentation whether there are simple ways to implement DLQ queues in different queue managers.
Built-in features like in Rabbit, etc
And where it is necessary to write a crutch, as, for example, in Redis, Kafka.
Proposed Solution
It may be worthwhile to draw a table somewhere to show which queue manager supports which queue. (and what FS supports)
The text was updated successfully, but these errors were encountered: