Open
Description
Add first class API support for Actor State TTL dapr/dapr#5899
A dedicated function to Actor State should be created. Psudo code: func (key string, value string, ttl duration)
. It should be made clear in the SDK documentation/comments that users should always use this function, unless they have specifically created some kind of Actor State clean up out of band of Dapr or don't have an issue with the Actor State store keep state and grow "forever".
Please see the go-sdk for implementation reference.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
In progress