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
@chalasr was thinking the same in the past that for Symfony 6 it will make sense to make delete_after_ack=true as default value as the other transports like doctrine behave the same way. So the once which use redis then as real stream can set it then to false with delete_after_ack=false. But think the most people use redis just as an alternative to doctrine transport and don't need to stream feature with groups and multiple receivers where the messages need to be stay.
Description
Currently, the default redis configuration with lead to fill the redis server because messages are never deleted.
The documentation has a little warning :

(This warning should maybe red as it will lead to break production at some point)
It seems to me that the default configuration can be improved so acked message are deleted by default.
WDYT ?
The text was updated successfully, but these errors were encountered: