airlift/aircompressor

Make zstd compressionLevel configurable

shangxinli opened this issue · 3 comments

Current ZstdCompressor hardcode the compressionLevel as CompressionParameters.DEFAULT_COMPRESSION_LEVEL. It needs to be configuable.

Just tried with different level than the default(3), it throws UnsupportedOperation exception. Does it mean airlift only support the default compression level?

Other levels are not supported, see #99

@glukasiknuro thanks for linking the two.

Closing in favor of #99.