Closed EstebanBorai closed 1 month ago
maybe more explanation?
maybe more explanation?
This crate only uses types from fluvio-compression, but is not intended to invoke the compression algorithms themselves.
By not including the compression algorithms, we can compile this crate for wasm targets successfully.
Alternate approach provided in #4194
Surpassed by #4194
Disables compression for Connector Package as its using types for conn meta and not compression algorithms themselves.
Fluvio Compression will now use
compress
andtypes
features by default, but if you need only types for use cases like configurations, then you can turn off default features and usetypes
feature only instead.