Commit graph

2 commits

Author SHA1 Message Date
Debasish Ghosh
b1f5aa88e3
Changed seqNr to revision for all durable state APIs and implementations (#30344) 2021-06-28 18:58:35 +05:30
Patrik Nordwall
2168cec497 First implementation of DurableStateBehavior, #30277
* implementation is based on a copy of the EventSourcedBehavior and then
  refactoring all things that are not needed or different such as:
  * remove replicated event sourcing
  * remove ReplayingEvents recovery phase
  * remove retention and snapshotting
  * remove SnapshotSelectionCriteria and snapshots
  * remove PersistAll
  * remove event handler, event types
  * rename EventSourced
  * single static tag
  * DurableStateAdapter
  * DurableStateSignal

* DurableStateStore plugin api with similar extension mechanism as query plugins
  * DurableStateStore, DurableStateUpdateStore
  * DurableStateStoreQuery

* note that the DurableStateStore can be pretty useful for other things also
2021-06-03 13:21:55 +02:00