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 2020/03/31 09:53:21 UTC

[GitHub] [incubator-shardingsphere] KomachiSion edited a comment on issue #5018: Why Class TableRule's constructor add a method named "checkRule" ?How can I set "ComplexShardingStrategyConfiguration "without setting "actualDataNodes" ?

KomachiSion edited a comment on issue #5018: Why Class TableRule's constructor add a method named "checkRule" ?How can I set "ComplexShardingStrategyConfiguration "without  setting "actualDataNodes" ?
URL: https://github.com/apache/incubator-shardingsphere/issues/5018#issuecomment-606519756
 
 
   > actualDataNodes describe data source names and actual tables, delimiter as point, multiple data nodes split by comma, support inline expression. **Absent means sharding databases only**. 
   > Example: ds${0..7}.tbl${0..7}
   
   [shardingsphere configuration document](https://shardingsphere.apache.org/document/current/en/manual/sharding-jdbc/configuration/config-java/)
   
   The `checkRule` will check actualDataNodes and ShardingStrategy. 
   If you configure TableShardingStrategy without actualDataNodes, `checkRule` will find it.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services