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:
[email protected]
For queries about this service, please contact Infrastructure at:
[email protected]