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 2021/10/29 07:29:08 UTC

[GitHub] [shardingsphere] git-chenhao edited a comment on issue #13347: The connection to the original library will be created synchronously during stress testing

git-chenhao edited a comment on issue #13347:
URL: https://github.com/apache/shardingsphere/issues/13347#issuecomment-954466468


   > @git-chenhao What's your DataSource configuration?
   
   dataSources:
     origin_database:
       dataSourceClassName: com.zaxxer.hikari.HikariDataSource
       props:
         password: xxx
         dbName: origin_database
         jdbcUrl: jdbc:mysql://domain:3306/origin_database?useUnicode=true&zeroDateTimeBehavior=convertToNull&characterEncoding=UTF-8
         username: aaa
     shadow_database:
       dataSourceClassName: com.zaxxer.hikari.HikariDataSource
       props:
         password: xxx
         dbName: shadow_database
         jdbcUrl: jdbc:mysql://domain:3306/shadow_database?useUnicode=true&zeroDateTimeBehavior=convertToNull&characterEncoding=UTF-8
         username: aaa
   ``


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