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


##########
runtime/service/src/main/java/org/apache/polaris/service/persistence/PersistenceConfiguration.java:
##########
@@ -37,4 +37,11 @@ public interface PersistenceConfiguration {
   default boolean isAutoBootstrap() {
     return autoBootstrapTypes().contains(type());
   }
+
+  /**
+   * The type of the {@link 
org.apache.polaris.persistence.relational.jdbc.DataSourceResolver} to
+   * use. Only applicable when using JDBC persistence.
+   */
+  @WithDefault("polaris")
+  String dataSourceResolver();

Review Comment:
   Imho a follow-up is fine, because `DefaultDataSourceResolver` doesn't need 
Agroal, so no need for a Quarkus module.



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