eric-maynard commented on code in PR #2472:
URL: https://github.com/apache/polaris/pull/2472#discussion_r2331359478


##########
runtime/service/src/main/java/org/apache/polaris/service/config/ReadinessConfiguration.java:
##########
@@ -33,4 +34,11 @@ public interface ReadinessConfiguration {
    */
   @WithDefault("false")
   boolean ignoreSevereIssues();
+
+  /**
+   * Set of properties that, if found to be misconfigured, will be ignored 
when determining the
+   * production readiness.
+   */
+  @WithDefault("{}")
+  Set<String> ignoreOffendingProperties();

Review Comment:
   Why the asymmetry between this and `ignoreSevereIssues`? IIUC this is 
basically a subset of severe (?) issues that the admin wants to configure the 
readiness check to ignore. Maybe `ignoreSelectIssues`?



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