forked from envoyproxy/envoy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
thrift proxy: move more of Router into RequestOwner (envoyproxy#17376)
This is PR 2/4 towards implementing shadow requests for thrift. This moves all the stats into the common RequestOwner interface so that they can be reused. The next, similar sized, PR will decouple UpstreamRequest from the Router so that it can be reused by the upcoming ShadowRequest class. The final PR should introduce the ShadowWriter and ShadowRequest classes and make use of RequestOwner to tie them together. Risk Level: low, refactor Testing: existing tests pass Docs Changes: n/a Release Notes: n/a Signed-off-by: Raul Gutierrez Segales <[email protected]>
- Loading branch information
Raúl Gutiérrez Segalés
authored and
Le Yao
committed
Sep 30, 2021
1 parent
d50d575
commit 5bb9b06
Showing
3 changed files
with
176 additions
and
81 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