curator
curator copied to clipboard
[CURATOR-618] Allow compression level to be configurable in the GzipCompressionProvider.
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.
- assignee: randgalt
- status: Open
- priority: Major
- resolution: Unresolved
- imported: 2025-01-21