[ https://issues.apache.org/jira/browse/CURATOR-725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Zili Chen resolved CURATOR-725. ------------------------------- Fix Version/s: 5.8.0 Resolution: Fixed master via https://github.com/apache/curator/commit/8eb6f9ae382059b216876112d6c3f76e824e379d > 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 > Priority: Major > Fix For: 5.8.0 > > > 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)