akka-stream-eventsourcing
akka-stream-eventsourcing copied to clipboard
Akka Persistence interoperability
-
EventSourcing
stage must be able to consume events emitted byPersistenceActor
. -
PersistenceActor
must be able to consume events emitted byEventSourcing
stage (requires a special Akka PersistenceEventAdapter
provided by this project). - Example how to migrate an existing Akka Persistence application to Akka Streams.