-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(storage-manager):
reply_events
-> reply_event_retrieval
This commit refactors, renames and changes the method `reply_events` to `reply_event_retrieval`: it now only sends a single `AlignmentReply::Retrieval` to the Replica that requested data. The code of the method was also reworked to make it clearer and less error-prone: there are no `continue;` statement in the middle which makes the flow less "jumpy". These changes prepare the introduction of the Wildcard Update. * plugins/zenoh-plugin-storage-manager/src/replication/core/aligner_query.rs: refactor, rename and change the method `reply_events` to `reply_event_retrieval`. Signed-off-by: Julien Loudet <julien.loudet@zettascale.tech>
- Loading branch information
Showing
1 changed file
with
28 additions
and
29 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