Skip to content
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

extproc: decouple router package from api paths #352

Merged
merged 3 commits into from
Feb 18, 2025

Conversation

nacx
Copy link
Contributor

@nacx nacx commented Feb 17, 2025

Commit Message

extproc: decouple router package from api paths

This is a follow-up change to decouple the router package from the API paths. Now that we have specialized processors per API path it does not make sense for the router package to have path-related logic.
Now each processor is responsible for instantiating the right body parser for the path they're processing.

Related Issues/PRs (if applicable)

Follow-up for #325 and #334

Special notes for reviewers (if applicable)

N/A

@nacx nacx requested a review from a team as a code owner February 17, 2025 10:34
@nacx nacx marked this pull request as draft February 17, 2025 10:36
@nacx nacx marked this pull request as ready for review February 17, 2025 10:45
nacx and others added 2 commits February 17, 2025 17:21
@mathetake mathetake merged commit be7c33b into envoyproxy:main Feb 18, 2025
17 checks passed
daixiang0 pushed a commit to daixiang0/ai-gateway that referenced this pull request Feb 19, 2025
**Commit Message**

extproc: decouple router package from api paths

This is a follow-up change to decouple the router package from the API
paths. Now that we have specialized processors per API path it does not
make sense for the router package to have path-related logic.
Now each processor is responsible for instantiating the right body
parser for the path they're processing.

**Related Issues/PRs (if applicable)**

Follow-up for envoyproxy#325 and
envoyproxy#334

**Special notes for reviewers (if applicable)**

N/A

---------

Signed-off-by: Ignasi Barrera <[email protected]>
Co-authored-by: Takeshi Yoneda <[email protected]>
Signed-off-by: Loong <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants