In my opinion you don't need akka-persistence at all. You just want to save
the current actor state. It could be done very easily without
akka-persistence using the Serialisation to serialize the status.

On 9 May 2016 at 10:31, 'Peter Schrott' via Akka User List <
[email protected]> wrote:

> Dear Pros,
>
> From my Akka application it makes more sense to only use the snapshots. I
> don't want to use the journal at all.
>
> Do you see any problems with doing that which I might not have considered?
>
> My second problem with that is, that I wanted to delete old snapshots.
> I.e. keep only the current one. The deletion should take place on the
> SaveSnapshotSuccess. Initially I did not expect that the sequence number
> is only updated at a journal logs. This of course makes sense after
> thinking about it. But my problem remains, I can not identify my latest
> snapshot as the sequence number stays at 0. I will always delete all
> snapshots.
>
> Thanks for helping, Peter
>
> --
> >>>>>>>>>> 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 https://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.
>



-- 


[image: --]
Filippo De Luca
[image: http://]about.me/FilippoDeLuca
<http://about.me/FilippoDeLuca?promo=email_sig>

-- 
>>>>>>>>>>      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 https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to