Re: [akka-user] Akka typed and persistent actors

2016-03-09 Thread Konrad Malawski
He surely could. But what's the point of it? Only the PersistentActor will be recovered in case of failure, not the Typed one. Two points which make it worthwhile: - In case of failure a PersistentActor stops. Thus, having it supervised by the Typed one makes sense as we can restart it there

Re: [akka-user] Akka typed and persistent actors

2015-04-05 Thread Konrad Malawski
Hi there, if you mean the new akka-typed module then: no. It's currently an preview which has not been released yet (it will be in 2.4), this it does not yet have integration with peristence. If you mean the old static interface typed actors then the answer is also no. These are only meant as an

[akka-user] Akka typed and persistent actors

2015-04-05 Thread Explorer
Hi, is there a way to create TypedActors which are persistent at the same time in Akka? Any examples will be very helpful. Thanks Explorer -- Read the docs: http://akka.io/docs/ Check the FAQ: http://doc.akka.io/docs/akka/current/additional/faq.html Search the archives: