danny0405 commented on code in PR #9651:
URL: https://github.com/apache/hudi/pull/9651#discussion_r1320946482
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieWriteConfig.java:
##########
@@ -418,6 +418,12 @@ public class HoodieWriteConfig extends HoodieConfig {
.sinceVersion("0.9.0")
.withDocumentation(MarkerType.class);
+ public static final ConfigProperty<Boolean>
TIMELINE_SERVER_BASED_FLINK_CKP_METADATA = ConfigProperty
+ .key("hoodie.flink.ckp_metadata.timeline_server_based.enable")
+ .defaultValue(true)
Review Comment:
Can we remove the flink keywork here, do we need an option for it, just add
a new URI on the timeline server should be fine. The URI is used for fetching
the current pending instant, but you need to handle the diffferent request from
various clients in good manner.
--
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]