Houston Putman created CURATOR-725: -------------------------------------- Summary: Compression should be able to be enabled globally Key: CURATOR-725 URL: https://issues.apache.org/jira/browse/CURATOR-725 Project: Apache Curator Issue Type: New Feature Components: Framework Reporter: Houston Putman
Currently the CompressionProvider is only used on write & read calls if compress() or decompress() is called on each individual read and write. CuratorFramework should allow enabling compression globally, such that all read and write calls use the CompressionProvider. That way users would be able to implement filtered compression by writing a custom CompressionProvider that only compresses/decompresses on certain zNode paths and/or data. -- This message was sent by Atlassian Jira (v8.20.10#820010)