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
{{ message }}
This repository has been archived by the owner on Jun 1, 2021. It is now read-only.
The DurableEventProcessor of the Akka Streams adapter should emit progress data in addition to processed DurableEvents so that applications can track processing progress in an external data store. Progress data are the source log id and the source sequence number of a processed event. Progress data from a stateful processor additionally include the current processing state (allowing applications to save state snapshots).
The text was updated successfully, but these errors were encountered:
The
DurableEventProcessor
of the Akka Streams adapter should emit progress data in addition to processedDurableEvent
s so that applications can track processing progress in an external data store. Progress data are the source log id and the source sequence number of a processed event. Progress data from a stateful processor additionally include the current processing state (allowing applications to save state snapshots).The text was updated successfully, but these errors were encountered: