cherubimLV commented on issue #13933:
URL: 
https://github.com/apache/shardingsphere/issues/13933#issuecomment-986034950


   ```yml
   spring:
        shardingsphere:
                rules:
             readwrite-splitting:
               data-sources:
                 dataSources:
                   write-data-source-name: master
                   read-data-source-names: slave1,slave2
                   load-balancer-name: weight
               load-balancers:
                   weight:
                     type: WEIGHT  
                     props:
                       slave1: 1
                       slave2: 1
   
   ```


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