Open
Conversation
✅ Deploy Preview for cerulean-figolla-1f9435 canceled.
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8273 +/- ##
========================================
Coverage 73.66% 73.67%
========================================
Files 242 243 +1
Lines 37007 37108 +101
========================================
+ Hits 27261 27339 +78
- Misses 7826 7840 +14
- Partials 1920 1929 +9 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
nareddyt
reviewed
Feb 19, 2026
Signed-off-by: Adam Buran <aburan28@gmail.com>
Signed-off-by: Adam Buran <aburan28@gmail.com>
Signed-off-by: Adam Buran <aburan28@gmail.com>
2e5824e to
a8a2340
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What type of PR is this?
Feature
What this PR does / why we need it:
This PR adds decompressor filter support to Envoy Gateway, enabling decompression of compressed requests from clients and/or compressed responses from backends at the gateway layer. It introduces a new decompressor field on the BackendTrafficPolicy CRD, mirroring the existing compressor design pattern.
The implementation:
Which issue(s) this PR fixes:
Fixes #7335
Release Notes: Yes