pekko/akka-persistence-typed/src
Joseph Ausmann 66afe3fefb Delete effect in durable state, #30446 (#31529)
* Add reset effect to the state dsl.
* The effect calls deleteObject in the durable state store.
* The effect updates state to the empty state.
* Implement DeletedDurableState for persistence query.
* Update PersistenceTestKitDurableStateStore so that deleteObject sets the Record payload to None, ie delete the payload.
* update documentation for delete effect
* increment the revision by one when deleting state
* Overload deleteObject with revision and deprecate deleteObject.
* add bin-comp exclude

(cherry picked from commit 34a621a7cd)
2022-09-02 09:05:19 +02:00
..
main Delete effect in durable state, #30446 (#31529) 2022-09-02 09:05:19 +02:00
test Delete effect in durable state, #30446 (#31529) 2022-09-02 09:05:19 +02:00