pnowojski commented on code in PR #24072: URL: https://github.com/apache/flink/pull/24072#discussion_r1455138026
########## flink-state-backends/flink-statebackend-rocksdb/src/main/java/org/apache/flink/contrib/streaming/state/RocksDBConfigurableOptions.java: ########## @@ -139,6 +149,25 @@ public class RocksDBConfigurableOptions implements Serializable { NONE.name(), LEVEL.name())); + public static final ConfigOption<CompressionType> COMPRESSION_TYPE = Review Comment: 👍 Keeping it consistent with the rocksdb naming makes sense. Good that someone from RocksDB had the same idea as me how to configure it 😆 -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org