You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 provided by this project).
Example how to migrate an existing Akka Persistence application to Akka Streams.
The text was updated successfully, but these errors were encountered:
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).The text was updated successfully, but these errors were encountered: