-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DeleteTracker() is confusing to users. It is essentially just providing an iterator for updates and deletes, so let's call it that: Changes(). Functional difference to before is that this does not allow "reiterating" as one could do with DeleteTracker's IterateWithError that stops on error and allows picking up iteration again to retry. But that's not needed with Changes() as the caller can take care of retrying the failed event before iterating again. Signed-off-by: Jussi Maki <[email protected]>
- Loading branch information
Showing
11 changed files
with
372 additions
and
236 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
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.