akka-stream-eventsourcing icon indicating copy to clipboard operation
akka-stream-eventsourcing copied to clipboard

Event sourcing for Akka Streams

Results 4 akka-stream-eventsourcing issues
Sort by recently updated
recently updated
newest added

- 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`...