ben905713861 opened a new issue #8183:
URL: https://github.com/apache/shardingsphere/issues/8183


   Hello professor:
   I am using sharding-proxy-5.0.0,it is the newest version now.But I can not  
custom configuration when I using complex table strategy.
   I have build the custom jar file in "ext-lib" docoment.The class name is 
"com.demo.UserShardingAlgorithm".
   It runs without any error,but the custom configuration is invalid.
   `
   rules:
   - !SHARDING
     tables:
   
       wx_user:
         actualDataNodes: huodong-user.wx_user_${0..2}
         tableStrategy:
           complex:
             shardingColumns: wxId,openId
             shardingAlgorithmName: com.demo.UserShardingAlgorithm
   `


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