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

4.x: Introducing request and response stream filters to server. #7608

Merged
merged 2 commits into from Sep 18, 2023

Conversation

tomas-langer
Copy link
Member

Description

Resolves #7203
For the need of tracing of entity writes, this PR introduces a stream filter to server response (and to have symmetry, also to server request).
The tracing test could be fixed as a result of this feature - tracing feature now registers such a filter for response stream

Documentation

New API on ServerRequest and ServerResponse that allows filters to also add stream filters to request and/or response

@tomas-langer tomas-langer self-assigned this Sep 15, 2023
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Sep 15, 2023
@tomas-langer tomas-langer merged commit c976f85 into helidon-io:main Sep 18, 2023
12 checks passed
@tomas-langer tomas-langer deleted the 7203-stream-filters branch September 18, 2023 08:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.x Version 4.x OCA Verified All contributors have signed the Oracle Contributor Agreement. tracing webserver
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants