akka.netakka.net-persistence

Why akka.persistence is still having beta release? Is it stable?


Why akka.persistence is still having beta release on nuget packages. Does it imply it is still not stable and not good for used in production applications?


Solution

  • In Akka.NET in order to get out of prerelease, a package must meet multiple criteria, like:

    While this is a lot, not all of these are necessary to make plugin functional. In case of Akka.Persistence there are minor changes (like deprecation of PersistentView in favor of persistence queries), but the plugin itself is production ready and used as such already. However maturity of persistent backend plugins, that are used underneat, may vary.