fivetran-kostaszoumpatianos commented on code in PR #2472:
URL: https://github.com/apache/polaris/pull/2472#discussion_r2338881880


##########
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:
   Because technically the check is based on the offending property and not the 
issue type. `ignoreIssuesForSelectedOffendingProperties` ? maybe too much?



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