You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/12/08 08:48:30 UTC

[GitHub] [shardingsphere] sandynz commented on issue #22517: sharding proxy thread pool type is fixed

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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org