You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to add an Akka.Persistence.IMessage type for a confirmed delivery which can be recovered during replay.
The text was updated successfully, but these errors were encountered:
Aaronontheweb
changed the title
Add Persist and Recover mechanisms for unconfirmed deliveries
Add Persist and Recover messages for unconfirmed deliveries
Jan 17, 2019
Currently, the design of the AtLeastOnceDeliverySemantic doesn't allow for the possible recovery of individual UnconfirmedDelivery messages. Its interface is designed only to allow "all or nothing" recoveries - you either get the entire state or none. This is why #4 is necessary.
Need to add an
Akka.Persistence.IMessage
type for a confirmed delivery which can be recovered during replay.The text was updated successfully, but these errors were encountered: