Hi guys.
Is there anyway to get "SequenceNr" while/after persisting a message?
Is there a way to delete a specific message with a specific "SequenceNr" ?
Is it necessary to use "SnapShots" with "Journals"?
What I'm trying to do is this:
I need to persist message for processing. Once each process finishes, I want to "clear" its message, so it don't get recovered on restarts ...
Any thoughts, with thanks
LastSequenceNr
property of persistent actor.IActorRef
s created by when using ClusterSingletonManager.Props / ClusterSingletonProxy.Props.