sandynz commented on issue #22517:
URL: 
https://github.com/apache/shardingsphere/issues/22517#issuecomment-1342282714

   > Hybrid Architecture,Proxy uses hikari as the default connection pool,JDBC 
can only be hikari as well. Or I don't understand it right?
   
   Yes, looks it's true.
   `dataSourceClassName: com.zaxxer.hikari.HikariDataSource` is persisted in 
logic database metadata. e.g.
   ```
   ds_1:
     password: root
     minPoolSize: '1'
     dataSourceClassName: com.zaxxer.hikari.HikariDataSource
     idleTimeoutMilliseconds: '60000'
     maxPoolSize: '20'
     url: jdbc:mysql://127.0.0.1:3306/demo_ds_1?serverTimezone=UTC&useSSL=false
     username: root
   ```
   


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