-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Split cdc_flow into cdc_flow / sync_flow (#1365)
Benefits: 1. sync_flow / normalize_flow restart when canceled, easy to restart broken flows 2. doesn't keep connection open during pause 3. pause loop moved to start so that upgrades that don't change state values can avoid breaking mirrors by first pausing them to avoid determinism errors in replay 4. moves towards a world where sync_flow history size can be reduced to increase syncs between reconnects (or work out `RecreateSession`)
- Loading branch information
Showing
7 changed files
with
567 additions
and
328 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.