-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Client change for using request priority to enable flow control
In this stage, client needs to do 3 things: 1. Always create flow control callable regardless of client flag 2. Make sure the entire callable behave like no-op if RateLimitInfo is not present. 3. Make sure client runs flow control as long as RateLimitInfo is present, regardless of client flag. Meanwhile, setting client flag would still set the feature flag. On server side, we'll compute and return RateLimitInfo if server side sees priority is low.
- Loading branch information
1 parent
7cc8a28
commit f29295e
Showing
3 changed files
with
27 additions
and
19 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