FEATURE PREVIEW: Add Actor State TTL support
Offen
good first issue
P1
- Vorherrschende Sprache
- Java
- Sterne
- 300
- Forks
- 230
- Ø Merge
- 5 T. 1 Std.
- Gemergte PRs (30 T.)
- 5
Beschreibung
Add first class API support for Actor State TTL https://github.com/dapr/dapr/issues/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](https://github.com/dapr/go-sdk/pull/383/files) for implementation reference.
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.