Skip to content

composite: add implementation for filter_chain#42724

Merged
yanavlasov merged 1 commit intoenvoyproxy:mainfrom
agrawroh:feat-cmp-fltr-mfc
Dec 22, 2025
Merged

composite: add implementation for filter_chain#42724
yanavlasov merged 1 commit intoenvoyproxy:mainfrom
agrawroh:feat-cmp-fltr-mfc

Conversation

@agrawroh
Copy link
Copy Markdown
Member

Description

This PR adds the implementation for filter_chain in the Composite Filter. The API was added as part of this PR.

This would allow multiple HTTP filters to be delegated to as a single action, with filters executing in order for decoding and reverse order for encoding.


Commit Message: composite: add implementation for filter_chain
Additional Description: Adds the implementation for filter_chain in the Composite Filter.
Risk Level: Low
Testing: Added Unit + Integration Tests
Docs Changes: Added
Release Notes: Added

@repokitteh-read-only
Copy link
Copy Markdown

As a reminder, PRs marked as draft will not be automatically assigned reviewers,
or be handled by maintainer-oncall triage.

Please mark your PR as ready when you want it to be reviewed!

🐱

Caused by: #42724 was opened by agrawroh.

see: more, trace.

@repokitteh-read-only
Copy link
Copy Markdown

CC @envoyproxy/api-shepherds: Your approval is needed for changes made to (api/envoy/|docs/root/api-docs/).
envoyproxy/api-shepherds assignee is @markdroth
CC @envoyproxy/api-watchers: FYI only for changes made to (api/envoy/|docs/root/api-docs/).

🐱

Caused by: #42724 was opened by agrawroh.

see: more, trace.

@agrawroh agrawroh marked this pull request as ready for review December 20, 2025 08:25
Signed-off-by: Rohit Agrawal <rohit.agrawal@databricks.com>
@yanavlasov
Copy link
Copy Markdown
Contributor

API is a comment only change.

@yanavlasov yanavlasov merged commit 77b7869 into envoyproxy:main Dec 22, 2025
25 of 26 checks passed
grnmeira pushed a commit to grnmeira/envoy that referenced this pull request Mar 20, 2026
## Description

This PR adds the implementation for `filter_chain` in the Composite
Filter. The API was added as part of
[this](envoyproxy#40885) PR.

This would allow multiple HTTP filters to be delegated to as a single
action, with filters executing in order for decoding and reverse order
for encoding.

---

**Commit Message:** composite: add implementation for filter_chain
**Additional Description:** Adds the implementation for `filter_chain`
in the Composite Filter.
**Risk Level:** Low
**Testing:** Added Unit + Integration Tests
**Docs Changes:** Added
**Release Notes:** Added

Signed-off-by: Rohit Agrawal <rohit.agrawal@databricks.com>
Signed-off-by: Gustavo <grnmeira@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants