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
Also implement deleteObject(persistenceId: String, revision: Long) correctly, so that it keeps latest record but updates payload to null. Similar to how events are deleted. When loading it should continue from latest revision even if it is deleted.
DeletedDurableState in the query.
Also implement
deleteObject(persistenceId: String, revision: Long)
correctly, so that it keeps latest record but updates payload to null. Similar to how events are deleted. When loading it should continue from latest revision even if it is deleted.See akka/akka#31529
The text was updated successfully, but these errors were encountered: