Thanks!

-- 
Cheers,
Konrad 'ktoso’ Malawski
Akka @ Typesafe

On 1 August 2015 at 17:16:47, Julien Jean Paul Sirocchi 
(julien.siroc...@gmail.com) wrote:

Thanks! Will definitively give it a try ;) Issue opened as requested

https://github.com/akka/akka/issues/18105

On Saturday, August 1, 2015 at 4:03:38 PM UTC+1, Konrad Malawski wrote:
Hi there,
that's simple to do with just using vars inside the Actor.
I see you might want to keep the "become with data" style though... This needs 
to get some time spent on looking into it.
If you'd have some time to investigate how to best expose this in the API and 
maybe prep a PR that'd be great!

For starters, would you mind opening a ticket please so we can continue the 
discussion there?

Thanks!

-- Konrad

W dniu czwartek, 30 lipca 2015 12:05:57 UTC+2 użytkownik Julien Jean Paul 
Sirocchi napisał:
Hi all,

I'm experimenting w/ akka 2.4-M2 PersistentFSMActor trait and I've a use case 
where I'd like to model my persistent actor state's data as a class that gets 
updated by *both* persistent events *and* non-persistent ones (i.e. I would 
like to have one container to cater for both persistent and transient state). I 
was hoping that I could use some version of "applying" (or "using", now 
private[akka]) to update my state w/o persisting any domain event but I can't 
seem to find any.

Also, I believe this could be circumvented, say, by using a separate 
non-persistent actor to hold the transient state, but I would really first 
would like to understand if adding (back?) this type of functionality: 1. would 
be useful to others, 2. has knock-on effects that I'm not considering.

Regards,
\j
--
>>>>>>>>>> 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 akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

-- 
>>>>>>>>>>      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 akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
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