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.
Write source read progress to event processing target logs. This requires an extension to ReplicationProtocol.ReplicationWrite that should contain the read progresses from n sources. Also, a batch-oriented writeReplicationProgresses should be added to EventLogSPI.
For reading progress values, provide a ProcessingProgressSource that can be created from a source log id and a target log and that emits a single progress value (see also Source.fromFuture)
krasserm
changed the title
Automated progress tracking of stream-based event processing
Automated progress tracking for stream-based event processing
Oct 29, 2016
Write source read progress to event processing target logs. This requires an extension to
ReplicationProtocol.ReplicationWrite
that should contain the read progresses from n sources. Also, a batch-orientedwriteReplicationProgresses
should be added toEventLogSPI
.For reading progress values, provide a
ProcessingProgressSource
that can be created from a source log id and a target log and that emits a single progress value (see alsoSource.fromFuture
)See also http://rbmhtechnology.github.io/eventuate/adapters/stream.html#event-processing-progress-tracking
The text was updated successfully, but these errors were encountered: