You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by "RaigorJiang (via GitHub)" <gi...@apache.org> on 2023/05/24 08:09:59 UTC

[GitHub] [shardingsphere] RaigorJiang opened a new issue, #25871: [DistSQL] Support `transactionalReadQueryStrategy` in READWRITE_SPLITTING

RaigorJiang opened a new issue, #25871:
URL: https://github.com/apache/shardingsphere/issues/25871

   For  #25744, #24804
   
   Add `transactionalReadQueryStrategy` for DistSQL in READWRITE_SPLITTING
   
   ``` yaml
   rules:
   - !READWRITE_SPLITTING
     dataSources:
       readwrite_ds:
         writeDataSourceName: write_ds
         readDataSourceNames:
           - read_ds_0
           - read_ds_1
         transactionalReadQueryStrategy: PRIMARY
         loadBalancerName: random
     loadBalancers:
       random:
         type: RANDOM
   
   ```
   


-- 
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: notifications-unsubscribe@shardingsphere.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] boyjoy1127 commented on issue #25871: [DistSQL] Support `transactionalReadQueryStrategy` in READWRITE_SPLITTING

Posted by "boyjoy1127 (via GitHub)" <gi...@apache.org>.
boyjoy1127 commented on issue #25871:
URL: https://github.com/apache/shardingsphere/issues/25871#issuecomment-1585976579

   Will this issue be completed before June 15 which is the final date of version 5.4.0?


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] RaigorJiang closed issue #25871: [DistSQL] Support `transactionalReadQueryStrategy` in READWRITE_SPLITTING

Posted by "RaigorJiang (via GitHub)" <gi...@apache.org>.
RaigorJiang closed issue #25871: [DistSQL] Support `transactionalReadQueryStrategy` in READWRITE_SPLITTING
URL: https://github.com/apache/shardingsphere/issues/25871


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org