neoshua commented on issue #29253:
URL: 
https://github.com/apache/shardingsphere/issues/29253#issuecomment-3783548714

   > Hi, I'm encountering the same issue. However, after following the 
documentation for configuration, I ran into a new problem with read failures. 
May I ask how you resolved it?
   
   这样配置就可以了
   ```
   rules:
     - !SHARDING
       autoTables:
         tb_user:
           actualDataSources: ds_1
           shardingStrategy:
             standard:
               shardingColumn: id
               shardingAlgorithmName: tb_user_id_inline
   ```
   
   


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

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to