-
Notifications
You must be signed in to change notification settings - Fork 5.5k
thrift: EncoderFilter and BidirectionalFilter support #20816
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 28 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
976cb9c
Support Encoder filter in thrift proxy
0027445
simple unit test
d2f1ab4
pipe transport begin for encoder
e5faa5c
pipe transportBegin for bidirectionFilter and test
b2f0e10
refine callback interface and extract apply filters
885980b
refactor filter_action_/context_ for decoder filters
b646c70
implement ResponseDecoder::* and test
beb4e5b
fix MockFilterChainFactoryCallbacks
49a3712
clang and passthrough filter test
95717b3
clang and more passthrough filter test
21ef3c2
Merge remote-tracking branch 'upstream/main' into encoder
3ad5889
Merge remote-tracking branch 'upstream/main' into encoder
c80b21b
let test more specific
288ae7f
add one comment
060ff15
add more test
03d9bae
doc and disable continueEncoding
04bf146
format
f6f434f
test field modification in filters
d84c4c0
refactor
72e5b81
format
ba4bd80
remove setup functions
dd344c8
doc and test passthroughData
78d07f2
Merge remote-tracking branch 'upstream/main' into encoder
1d0f90c
more doc
35d4b7f
Merge remote-tracking branch 'upstream/main' into encoder
4159dc6
address zuercher's comment
be1b28b
rename from bidirection to bidirectional
143e851
current.rst
63ddc73
address rgs1's comment
a89e564
Merge branch 'main' into encoder
053e6ba
fix comment
1aac4a4
Merge branch 'main' into encoder, and transfer current.rst to changel…
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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
551 changes: 362 additions & 189 deletions
551
source/extensions/filters/network/thrift_proxy/conn_manager.cc
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.