-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove unused version tracker * Remove write side monotonic invariant for backfills as its maintained by the read side
- Loading branch information
1 parent
9c4836b
commit b0aa88f
Showing
3 changed files
with
16 additions
and
164 deletions.
There are no files selected for viewing
155 changes: 0 additions & 155 deletions
155
rust/sdk-processor/src/steps/common/latest_processed_version_tracker.rs
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
pub mod latest_processed_version_tracker; | ||
pub mod processor_status_saver; | ||
|
||
pub use processor_status_saver::get_processor_status_saver; |
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