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

Supports compression level #3565

Closed
wants to merge 4 commits into from
Closed

Conversation

raccoonback
Copy link

@raccoonback raccoonback commented Dec 28, 2024

Motivation

Hello,

I have added a feature to support compression level configuration in Reactor Netty's SimpleCompressionHandler.

Feature Details:

  • Compression methods such as gzip, snappy now allow specifying the compression level.
  • For brotli, since it does not support compression level configuration, the existing default behavior remains unchanged.
  • zstd does not support compression settings because the level that can be set may vary depending on native.

This enhancement is expected to enable users to better balance compression efficiency and performance.

Thanks.

Issue

Fixs: #3244

@raccoonback raccoonback changed the title Add Compression Level Support to SimpleCompressionHandler Supports compression level Dec 28, 2024
@raccoonback raccoonback deleted the issue-3244 branch December 28, 2024 11:18
@raccoonback
Copy link
Author

It looks like there might be a better way, so I'll work on it again and ask for a review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant