=doc #3883 Eventsourced to Akka Persistence comparison/migration

This commit is contained in:
Martin Krasser 2014-02-24 10:34:22 +01:00
parent 24688cc864
commit dc3164d1b1
4 changed files with 241 additions and 3 deletions

View file

@ -20,8 +20,9 @@ communication channels with at-least-once message delivery semantics.
changes to a minimum the binary compatibility guarantee for maintenance releases does not apply to the
contents of the ``akka.persistence`` package.
Akka persistence is inspired by the `eventsourced`_ library. It follows the same concepts and architecture of
`eventsourced`_ but significantly differs on API and implementation level.
Akka persistence is inspired by and the official replacement of the `eventsourced`_ library. It follows the same
concepts and architecture of `eventsourced`_ but significantly differs on API and implementation level. See also
:ref:`migration-eventsourced-2.3`
.. _eventsourced: https://github.com/eligosource/eventsourced