dapr / dapr/java-sdk

FEATURE PREVIEW: Add Actor State TTL support

Aperta
#849 4 commenti 0 reazioni 2 assegnatari Rivendicata da @cicoyle Vedi su GitHub
good first issue P1
Lingua principale
Java
Stelle
300
Fork
230
Merge medio
5g 1h
PR unite (30g)
5

Descrizione

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.

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.