HuangZhenQiu commented on code in PR #19641:
URL: https://github.com/apache/hudi/pull/19641#discussion_r3839722948


##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/configuration/FlinkOptions.java:
##########
@@ -349,6 +349,61 @@ public class FlinkOptions extends HoodieConfig {
       .noDefaultValue()
       .withDescription("Parallelism of tasks that do the index writing, 
default is the parallelism of the execution environment");
 
+  // ------------------------------------------------------------------------
+  //  RLI RocksDB Partitioned Cache Options
+  // ------------------------------------------------------------------------
+
+  @AdvancedConfig
+  public static final ConfigOption<Boolean> INDEX_RLI_CACHE_ROCKSDB_ENABLED = 
ConfigOptions
+      .key("index.rli.cache.rocksdb.enabled")

Review Comment:
   It is a good question. In my mind, to use the new feature, users need to 
enable both index.bootstrap.enabled and index.rli.cache.rocksdb.enabled. 
Otherwise, the full RLI will be bootstrap to rocksDB if only 
index.bootstrap.enabled = true. How do you think?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to