-
-
Notifications
You must be signed in to change notification settings - Fork 313
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce buffering between watcher and Store (#1494)
* wip Signed-off-by: Fabrizio Sestito <[email protected]> * wip tests Signed-off-by: Fabrizio Sestito <[email protected]> * rename events Signed-off-by: Fabrizio Sestito <[email protected]> * avoid locking on the buffer Signed-off-by: Fabrizio Sestito <[email protected]> * fix EventFlatten RestartDelete match Signed-off-by: Fabrizio Sestito <[email protected]> * improve docs on event variants Signed-off-by: Fabrizio Sestito <[email protected]> * filter out Restart and RestartInit from watch_object Signed-off-by: Fabrizio Sestito <[email protected]> * add comment to clarify why we are not using .clear() Signed-off-by: Fabrizio Sestito <[email protected]> * cleanup store / apply suggestions Signed-off-by: Fabrizio Sestito <[email protected]> * broadcast when receiving a Restart event directly from the store Signed-off-by: Fabrizio Sestito <[email protected]> * do not dispatch RestartApply(obj) event Signed-off-by: Fabrizio Sestito <[email protected]> * fix runtime tests after paging Signed-off-by: clux <[email protected]> Signed-off-by: Fabrizio Sestito <[email protected]> --------- Signed-off-by: Fabrizio Sestito <[email protected]> Signed-off-by: clux <[email protected]> Co-authored-by: clux <[email protected]>
- Loading branch information
1 parent
c30ce34
commit 92a012f
Showing
9 changed files
with
287 additions
and
179 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
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.