[CURATOR-618] Allow compression level to be configurable in the GzipCompressionProvider.
- Dominant language
- Java
- Stars
- 3.2k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
Currently the compression level is burned in as the default (-1):
It would help in some cases to allow this to be configurable (e.g. when compression ratio matters most or when cpu consumption / latency matters most). Ideally this needs to be configurable at each compress call (which then needs to bubble up into the relevant higher level functions), rather than at construction time, since one gzip compression provider instance is serving all compression FWICT.
---
Originally reported by bmahler, imported from: Allow compression level to be configurable in the GzipCompressionProvider.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.