-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce the number of controller requests sent by system store initial…
…izer (#789) Today controller client backed initializer calls get_value_or_derived_schema_id API for every meta system store value schema, to check if its partial update schema exists. But actually controller has get_all_value_and_derived_schema API to get all schemas so that we can check if any schema exists. This commit switches to use this API, which helps reduce the number of controller requests from n to 1.
- Loading branch information
1 parent
57013c5
commit 16ed564
Showing
2 changed files
with
75 additions
and
48 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