-
Notifications
You must be signed in to change notification settings - Fork 831
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(scheduler): Controller to update the list of servers to scheduler…
… on reconnect (#5893) * Make servernotify message a list * update copyright * Convert operator to use adjust ServerNotify api * Adjust scheduler with ServerNotify changes * remove dead code from grpc proxy * Remove unused parameter * add test for server notify * make helper func deal with a list of servers * remove extra condition for 0 servers * add utility to send servers on reconnect to scheduler * add handle servers on reconnects * add test for handler * lint fixes * tidy up note * add mock server * add test scaffolding for server status * add server subscribe test * fix typo
- Loading branch information
Showing
19 changed files
with
819 additions
and
283 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
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
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.