devefx commented on issue #3977: The sharding-JDBC non-sharding policy, 
NoneShardingStrategy, does not work in yml
URL: 
https://github.com/apache/incubator-shardingsphere/issues/3977#issuecomment-574639640
 
 
   This my configuration
   
   ```yml
     shardingsphere:
       datasource:
         names: default, marketdata
         default:
           xxxx
         marketdata:
           xxx
       props:
         sql:
           show: true
       sharding:
         default-data-source-name: default
         default-database-strategy:
           standard:
             sharding-column: uid
             precise-algorithm-class-name: 
my.shardingsphere.strategy.DatabasePreciseShardingAlgorithm
         default-table-strategy:
           standard:
             sharding-column: uid
             precise-algorithm-class-name: 
my.shardingsphere.strategy.TablePreciseShardingAlgorithm
         tables:
           price_index:
             actual-data-nodes: marketdata.price_index
             database-strategy:
               none: {}
             table-strategy:
               none: {}
   
   ```

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to