-
Notifications
You must be signed in to change notification settings - Fork 538
Closed
Labels
kind/enhancementNew feature or requestNew feature or request
Description
Describe the feature
Dapr should trim the pubsubs in redis streams honoring TTL.
When using redis streams, redis data is not purged once TTL expires. It's needed to write a custom cleaner, but this cleaner does not have visibility to the requested TTL for the message (and the cleaner would break once implementation details from dapr change).
Release Note
RELEASE NOTE: ADD Redis streams TTL deletes messages.
Metadata
Metadata
Assignees
Labels
kind/enhancementNew feature or requestNew feature or request
Type
Projects
Status
Done