Last active
June 19, 2018 17:34
-
-
Save aludwiko/5d1e42057350621234b5091103d0aaeb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| val eventJournal = PersistenceQuery(system).readJournalFor[CassandraReadJournal](CassandraReadJournal.Identifier) | |
| eventJournal | |
| .eventsByPersistenceId(persistenceId, startingSequenceNr, Long.MaxValue) | |
| .via(updateSingleReadModel) | |
| .mapAsync(1)(saveSequnceNr) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment