In the current v.1.0 version of Akka.NET it is not possible to combine a FSM approach with persistency from the F# API. I was wondering if it is possible to use a functional approach like this http://bartoszsypytkowski.com/blog/2014/07/05/fsharp-akka-net/ and at the same time hook into the prestart method of actors. That would be one way of implement some kind of "custom" persistency if one can read from persistent storage during the execution of the prestart method.
Any other suggestion on how to use a custom persistent solution are more than welcome.