sunkai-cai commented on code in PR #19994:
URL: https://github.com/apache/shardingsphere/pull/19994#discussion_r940817165


##########
shardingsphere-infra/shardingsphere-infra-common/src/main/java/org/apache/shardingsphere/infra/datasource/pool/metadata/DataSourcePoolMetaData.java:
##########
@@ -50,6 +50,13 @@ public interface DataSourcePoolMetaData extends TypedSPI {
      */
     Map<String, String> getPropertySynonyms();
     
+    /**
+     * Get jdbc url synonym field names.
+     *
+     * @return jdbc url synonym field names
+     */
+    Collection<String> getJdbcUrlSynonymFieldNames();

Review Comment:
   ```
   public final class HikariDataSourcePoolFieldMetaData implements 
DataSourcePoolFieldMetaData {
       ...
       ...
       @Override
       public String getJdbcUrlPropertiesFieldName() {
           return "dataSourceProperties";
       }
   }
   ```



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