nfsantos commented on code in PR #1136: URL: https://github.com/apache/jackrabbit-oak/pull/1136#discussion_r1363362806
########## oak-run-commons/src/main/java/org/apache/jackrabbit/oak/index/indexer/document/indexstore/IndexStoreUtils.java: ########## @@ -39,6 +40,23 @@ public class IndexStoreUtils { public static final String METADATA_SUFFIX = ".metadata"; + public static final String OAK_INDEXER_USE_ZIP = "oak.indexer.useZip"; + public static final String OAK_INDEXER_USE_LZ4 = "oak.indexer.useLZ4"; + + public static boolean compressionEnabled() { Review Comment: Not that I'm aware. My comment should not have mentioned helm charts, which is something we use internally, it should instead have been about breaking public APIs. I rephrased the comment. Thanks for the remark. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@jackrabbit.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org