davidradl commented on code in PR #25838:
URL: https://github.com/apache/flink/pull/25838#discussion_r1908982644


##########
flink-core/src/main/java/org/apache/flink/configuration/HistoryServerOptions.java:
##########
@@ -143,5 +143,20 @@ public class HistoryServerOptions {
                                             
code("IllegalConfigurationException"))
                                     .build());
 
+    public static final ConfigOption<String> HISTORY_SERVER_STORAGE_BACKEND =

Review Comment:
   I suggest adding something to the documentation around this new option in 
[https://nightlies.apache.org/flink/flink-docs-release-1.20/docs/deployment/advanced/historyserver/](https://nightlies.apache.org/flink/flink-docs-release-1.20/docs/deployment/advanced/historyserver/).
 The docs could include details on how to extend ArchiveFetcher - as per the 
javadoc at the top of that class.



-- 
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