HuangZhenQiu commented on code in PR #18022:
URL: https://github.com/apache/hudi/pull/18022#discussion_r2744054901
##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/configuration/FlinkOptions.java:
##########
@@ -440,6 +440,12 @@ public class FlinkOptions extends HoodieConfig {
+ "the avg read splits number per-second would be
'read.splits.limit'/'read.streaming.check-interval', by "
+ "default no limit");
+ public static final ConfigOption<Boolean> READ_NEW_SOURCE_ENABLED =
ConfigOptions
+ .key("read.new-source.enabled")
+ .booleanType()
+ .defaultValue(false)
+ .withDescription("Whether to use Flink FLIP27 new source to consume data
files.");
Review Comment:
Flink Improvement Proposals (FLIPs) that led to the development and
implementation of the new Source API (also known as the "Source V2" or FLIP-27
API) in Apache Flink. how about use read.source-v2.enabled?
--
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]