wangxianghu commented on a change in pull request #5032: URL: https://github.com/apache/hudi/pull/5032#discussion_r826654421
########## File path: hudi-flink/src/main/java/org/apache/hudi/streamer/FlinkStreamerConfig.java ########## @@ -53,6 +56,10 @@ @Parameter(names = {"--flink-checkpoint-path"}, description = "Flink checkpoint path.") public String flinkCheckPointPath; + @Parameter(names = {"--flink-state-backend-type"}, description = "Flink state backend type : HashMapStateBackend " + + "(default).", converter = FlinkStateBackendConverter.class) Review comment: Flink state backend type, support only hashmap and rocksdb by now, default hashmap -- 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: commits-unsubscr...@hudi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org