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

feat(protocol): Compressors with Mocked Brotli Streaming #335

Merged
merged 7 commits into from
Jan 4, 2025

Conversation

refcell
Copy link
Collaborator

@refcell refcell commented Dec 5, 2024

Description

Introduces various compressors for batch submission.

This replaces #305 for now since the brotli compressor writer isn't playing nice.

Streaming compression is instead mocked by using the earlier compress_brotli method with a wrapper that implements the CompressorWriter trait.

@refcell refcell added A-protocol C-feat Category: New feature or request labels Dec 5, 2024
@refcell refcell self-assigned this Dec 5, 2024
@refcell
Copy link
Collaborator Author

refcell commented Dec 5, 2024

📚 $\text{Stack Overview}$

Pulls submitted in this stack:

This comment was automatically generated by st.

@refcell refcell requested a review from mattsse December 6, 2024 15:09
@refcell refcell added this pull request to the merge queue Jan 4, 2025
@refcell refcell removed this pull request from the merge queue due to a manual request Jan 4, 2025
@refcell refcell added this pull request to the merge queue Jan 4, 2025
Merged via the queue into main with commit e27b456 Jan 4, 2025
20 checks passed
@refcell refcell deleted the mock-streaming branch January 4, 2025 01:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-feat Category: New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants