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

Rename Filter to align with Envoy concepts #194

Merged
merged 1 commit into from
Feb 16, 2021
Merged

Conversation

markmandel
Copy link
Member

Refactor on_downstream_receive to read and on_upstream_receive to write, to align with Envoy concepts, and remove confusion about upstream and downstream.

Also renamed corresponding Contexts and Responses to align with new Read and Write terminology as well.

Closes #192

Refactor `on_downstream_receive` to `read` and `on_upstream_receive` to
`write`, to align with Envoy concepts, and remove confusion about
`upstream` and `downstream`.

Also renamed corresponding `Contexts` and `Responses` to align with new
`Read` and `Write` terminology as well.

Closes #192
@markmandel markmandel added the kind/cleanup Refactoring code, fixing up documentation, etc label Feb 15, 2021
@google-cla google-cla bot added the cla: yes label Feb 15, 2021
@markmandel markmandel added area/user-experience Pertaining to developers trying to use Quilkin, e.g. cli interface, configuration, etc and removed cla: yes labels Feb 15, 2021
@google-cla google-cla bot added the cla: yes label Feb 15, 2021
Copy link
Collaborator

@iffyio iffyio left a comment

Choose a reason for hiding this comment

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

LGTM!

@iffyio
Copy link
Collaborator

iffyio commented Feb 16, 2021

merging this so I can update #193 with the changes

@iffyio iffyio merged commit 084ef55 into main Feb 16, 2021
@iffyio iffyio deleted the refactor/filter-read-write branch February 16, 2021 07:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/user-experience Pertaining to developers trying to use Quilkin, e.g. cli interface, configuration, etc cla: yes kind/cleanup Refactoring code, fixing up documentation, etc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor Filter to have read and write methods
2 participants