forked from cadence-workflow/cadence
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support for out of order processing of replication tasks (cadence-wo…
…rkflow#693) * persistence layer support for buffered replication tasks * reorder working * unit test of persistence support for buffered replication tasks * Support for out of order processing of replication tasks Schema changes to buffer replication tasks as part of mutable state. Persistence layer changes to provide support for adding new replication tasks, and deleting replication tasks after they are processed and applied to workflow execution. MutableState change to support CRUD of buffered replication tasks. And HistoryReplicator changes to detect out-of-order events and instead add replication task to the buffer. Also loop through all replication task and flush any buffered tasks after processing of an update.
- Loading branch information
1 parent
021330b
commit 99f36c9
Showing
13 changed files
with
727 additions
and
144 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Oops, something went wrong.