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

Implementation of DebugFilter #44

Merged
merged 1 commit into from
Apr 20, 2020
Merged

Conversation

markmandel
Copy link
Contributor

This is an implementation of a Filter that pushes all input and output to stdout as it flows through. Useful for debugging flow and data operations. Also was a good use case to work through the Api surface of the Filter trait.

This filter has already been added to the default Filter Registry as well.

Note: This cannot yet be configured and put into a Client/Server Proxy. This is the task I am tackling next.

This is an implementation of a Filter that pushes all input and output
to stdout as it flows through. Useful for debugging flow and data
operations. Also was a good use case to work through the Api surface of
the Filter trait.

This filter has already been added to the default Filter Registry as
well.

Note: This cannot yet be configured and put into a Client/Server Proxy.
This is the task I am tackling next.
@markmandel markmandel added kind/feature New feature or request area/user-experience Pertaining to developers trying to use Quilkin, e.g. cli interface, configuration, etc labels Apr 17, 2020
@markmandel markmandel merged commit 1d5a7c0 into master Apr 20, 2020
@markmandel markmandel deleted the feature/debug-filter-impl branch April 20, 2020 22:27
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 kind/feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant