Akka.Persistence.Extras icon indicating copy to clipboard operation
Akka.Persistence.Extras copied to clipboard

Rewrite AtLeastOnceDeliverySemantic

Open Aaronontheweb opened this issue 5 years ago • 1 comments

Major changes needed:

  • Remove ImmutableDictionary<T> in favor of Dictionary<T> - if the semantic isn't accessed concurrently, then it's not needed.
  • Add ability to add single UnconfirmedDelivery messages to the AtLeastOnceDelivery state incrementally, so these items can be retrieved via Recover<UnconfirmedDelivery>.

Aaronontheweb avatar Jan 17 '19 00:01 Aaronontheweb