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

Decompress filter #1423

Open
ruiaraujo opened this issue Apr 28, 2020 · 3 comments
Open

Decompress filter #1423

ruiaraujo opened this issue Apr 28, 2020 · 3 comments
Assignees

Comments

@ruiaraujo
Copy link
Contributor

Skipper supports compressing responses which allows backend system like NodeJS to delegate CPU intensive work to the ingress. Ideally this could be also supported on the request side.

Describe the solution you would like
A new filter named decompress that would decompress the request body.

Describe alternatives you've considered (optional)
Skipper doesn't support the filter and the backend is responsible for decompressing the request body

Would you like to work on it?
Yes, if I would like if I find the time

@szuecs
Copy link
Member

szuecs commented Apr 28, 2020

Sgtm, I assigned you to make sure we know in the issue listings.

@aryszka
Copy link
Contributor

aryszka commented Apr 29, 2020

this is a documentation issue. The filter exists: https://godoc.org/github.com/zalando/skipper/filters/builtin#NewDecompress

But the documentation is missing from here: https://opensource.zalando.com/skipper/reference/filters/

Sorry, for the confusion. Will fix it.

@aryszka aryszka self-assigned this Apr 29, 2020
@ruiaraujo
Copy link
Contributor Author

@aryszka I want Decompress on the request path.

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

No branches or pull requests

3 participants