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


   Value of `/governance_ds/metadata/sharding_db/rule` in ZK:
   ```
   rules:
   - !SHARDING
     autoTables:
       t_order:
         actualDataSources: ds0,ds1
         logicTable: t_order
         shardingStrategy:
           standard:
             shardingAlgorithmName: t_order_MOD
             shardingColumn: order_id
     shardingAlgorithms:
       t_order_MOD:
         props:
           sharding-count: '2'
         type: MOD
   ```
   


-- 
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:
[email protected]


Reply via email to