adutra commented on PR #1482: URL: https://github.com/apache/polaris/pull/1482#issuecomment-2843503400
> polaris.relational.jdbc.datasource.realm-1=dsA > polaris.relational.jdbc.datasource.realm-2=dsB > polaris.relational.jdbc.datasource.default-datasource=dsC I suggest though that you adopt SmallRye's convention for named things: ```properties polaris.relational.jdbc.datasource=dsC # default (unnamed) datasource polaris.relational.jdbc.datasource.realm-1=dsA # named datasource "realm-1" polaris.relational.jdbc.datasource.realm-2=dsB # named datasource "realm-2" ``` You will find an example of that here (from #1397): https://github.com/apache/polaris/blob/d51cb1afe3abf2329bf2e4ccf74c57c26f514661/quarkus/service/src/main/java/org/apache/polaris/service/quarkus/auth/QuarkusAuthenticationConfiguration.java#L36 -- 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: issues-unsubscr...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org