Hi Joel,

you can initiate recovery by sending Recover
<http://doc.akka.io/docs/akka/2.3.11/scala/persistence.html#Recovery_customization>
message to PersistentView. Recover message has parameters which control
from what sequence number and how many events should be replayed.

Cheers,

On Thu, May 7, 2015 at 5:29 PM, Joel <[email protected]> wrote:

> Is there a way to control the replay sequence of the journal by a
> PersistentView, meaning schedule to replay journal from the start?
>
> The use case is to relate to the journal as a queue were a PersistentActor
> writes to one end and the PersistentView reading from the start, do some
> validation on the message, if succeeds - go on to the next one, if not -
> schedules to run through same procedure in later time.
>
> Joel
>
>  --
> >>>>>>>>>> Read the docs: http://akka.io/docs/
> >>>>>>>>>> Check the FAQ:
> http://doc.akka.io/docs/akka/current/additional/faq.html
> >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user
> ---
> You received this message because you are subscribed to the Google Groups
> "Akka User List" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Martynas Mickevičius
Typesafe <http://typesafe.com/> – Reactive
<http://www.reactivemanifesto.org/> Apps on the JVM

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to