akka-stream-eventsourcing
akka-stream-eventsourcing copied to clipboard
Event sourcing for Akka Streams
- Stream stage that uses event handler to create and emit state snapshots and metadata at custom intervals - Initialize `EventSourcing` stage with state snapshot - Replay events from user-defined...
Use http://scalameta.org/scalafmt/
- `EventSourcing` stage must be able to consume events emitted by `PersistenceActor`. - `PersistenceActor` must be able to consume events emitted by `EventSourcing` stage (requires a special Akka Persistence `EventAdapter`...