We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Context: #188 (comment)
TL;DR: Configuration should change from being a direction to being:
direction
on_read=COMPRESS|DECOMPRESS|DO_NOTHING on_write=COMPRESS|DECOMPRESS|DO_NOTHING
Which is far more flexible, aligns with Envoy naming, and is avoids much confusion.
The text was updated successfully, but these errors were encountered:
Refactor Compress with on_read & on_write config
9a6534a
Includes update to proto configuration to match as well. Closes #196
b1e6b87
Refactor Compress with on_read & on_write config (#197)
2e47932
Successfully merging a pull request may close this issue.
Context:
#188 (comment)
TL;DR:
Configuration should change from being a
direction
to being:Which is far more flexible, aligns with Envoy naming, and is avoids much confusion.
The text was updated successfully, but these errors were encountered: