[akka-user] Akka FSM and Akk persistence with Java (8)

2014-08-19 Thread Barak Cohen
Hi, We have just started to build our new application with Akka using java 8. We started by using the FSM actor but when we read about the persistent actors we wanted to use them as well. I saw that in the Scala documentation of the persistence module there is a reference on how to combine the

Re: [akka-user] Akka FSM and Akk persistence with Java (8)

2014-08-19 Thread Konrad 'ktoso' Malawski
Hi Barak, It’s currently not possible to use FSM with PersistentActors. We do want to provide this before persistence goes stable, here’s the ticket for tracking it: https://github.com/akka/akka/issues/15279 I was already playing around with implementing it, but sadly it requires a bit more