[akka-user] Is there any example/documentation for PersistentFSMActor?

2015-07-27 Thread Nader Aeinehchi
Hello everyone I find PersistentFSMActor to be a very interesting concept. I intend to use PersistentFSMActor as part of an automatic issue management. I wonder if there is an example of its usage? My hypothesis: 1. Each issue is represented as an PersistentFSMActor. 2. Each issue is "born" w

Re: [akka-user] Is there any example/documentation for PersistentFSMActor?

2015-07-28 Thread Konrad Malawski
Hi Nader, yes, what you describe sounds like a great use case for PeristentActors in general (and well PersistentFSMActor simply being a DSL on top of it). In fact I've seen a ticketing system in the wild implemented like that and they've enjoyed it as far as I could tell :-) Take a deep dive into

Re: [akka-user] Is there any example/documentation for PersistentFSMActor?

2015-08-08 Thread Nader Aeinehchi
Thank you very much Konrad for providing this great link and documentation. As you suggested, I dived deeply into the documentation. It seems that PersistentFSMActor to be a good match for my need. When I download akka-actor_2.11-2.4-SNAPSHOT.jar using Maven, I cannot find any file called Pers

Re: [akka-user] Is there any example/documentation for PersistentFSMActor?

2015-08-08 Thread Konrad Malawski
That's because *Persistent*FSMActor lives in akka-*persistence* :-) See here:  http://doc.akka.io/docs/akka/current/scala/persistence.html#Dependencies Notice that it's graduating from experimental mode in a few weeks (into Akka 2.4). --  Cheers, Konrad 'ktoso’ Malawski Akka @ Typesafe On 27 Ju

Re: [akka-user] Is there any example/documentation for PersistentFSMActor?

2015-08-09 Thread Leonid Bakaleynik
What about removing duplication between the original FSM and the akka.persistence.fsm.FSM? Is there a time for this in 2.4? Thanks, Leonid On Saturday, August 8, 2015 at 11:51:01 PM UTC+3, Konrad Malawski wrote: > > That's because *Persistent*FSMActor lives in akka-*persistence* :-) > See here:

Re: [akka-user] Is there any example/documentation for PersistentFSMActor?

2015-08-09 Thread Konrad Malawski
Hi Leonid, we're aiming to start the RC phase for 2.4.x ASAP (2-3 weeks is the current goal); I don't think we'll have time enough in the team to spend on de-duplicating code between those FSMs, we'd definitely be very thankful for external contributions attacking this problem! Also, this doesn

Re: [akka-user] Is there any example/documentation for PersistentFSMActor?

2015-08-09 Thread Leonid Bakaleynik
I can open a ticket for it and start the discussion there, see how it goes. At worst case it will wait for later versions. Thanks, Leonid On Monday, August 10, 2015 at 12:37:42 AM UTC+3, Konrad Malawski wrote: > > Hi Leonid, > we're aiming to start the RC phase for 2.4.x ASAP (2-3 weeks is the >

Re: [akka-user] Is there any example/documentation for PersistentFSMActor?

2015-08-09 Thread Konrad Malawski
Sure, let's do that :-) Thanks Leonid! On 10 August 2015 at 00:07:04, Leonid Bakaleynik (leonid7...@gmail.com) wrote: I can open a ticket for it and start the discussion there, see how it goes. At worst case it will wait for later versions. Thanks, Leonid On Monday, August 10, 2015 at 12:37:42