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

Refactor Compress with on_read & on_write config #197

Merged
merged 2 commits into from
Feb 24, 2021

Conversation

markmandel
Copy link
Contributor

Includes update to proto configuration to match as well.

Closes #196

@markmandel markmandel added the kind/cleanup Refactoring code, fixing up documentation, etc label Feb 22, 2021
@markmandel markmandel requested a review from iffyio February 22, 2021 23:40
@google-cla google-cla bot added the cla: yes label Feb 22, 2021
/// Compress traffic flowing downstream (received by an endpoint, and sent to the proxy listening port)
#[serde(rename = "DOWNSTREAM")]
Downstream,
enum Action {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The operation label for the filter's metrics should likely now be updated to action to match? If so we should update that and the docs as well

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's an excellent call. Will make that change here and make a note on the other PR too.

Includes update to proto configuration to match as well.

Closes #196
@markmandel markmandel force-pushed the refactor/compress-read-write branch from 9a6534a to b1e6b87 Compare February 23, 2021 23:32
@markmandel markmandel merged commit 2e47932 into main Feb 24, 2021
@markmandel markmandel deleted the refactor/compress-read-write branch February 24, 2021 00:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes kind/cleanup Refactoring code, fixing up documentation, etc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor Compress Filter with on_read & on_write configuration
2 participants