adutra commented on code in PR #4812:
URL: https://github.com/apache/polaris/pull/4812#discussion_r3431134012


##########
runtime/common/src/main/java/org/apache/polaris/quarkus/common/config/jdbc/QuarkusRelationalJdbcConfiguration.java:
##########
@@ -19,7 +19,34 @@
 package org.apache.polaris.quarkus.common.config.jdbc;
 
 import io.smallrye.config.ConfigMapping;
+import io.smallrye.config.WithName;
+import java.util.Optional;
 import 
org.apache.polaris.persistence.relational.jdbc.RelationalJdbcConfiguration;
 
 @ConfigMapping(prefix = "polaris.persistence.relational.jdbc")
-public interface QuarkusRelationalJdbcConfiguration extends 
RelationalJdbcConfiguration {}
+public interface QuarkusRelationalJdbcConfiguration extends 
RelationalJdbcConfiguration {
+
+  /** The maximum number of retries before giving up the operation. */

Review Comment:
   We need to repeat the javadocs here for them to appear in the docs.



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