peilinqian commented on issue #21237:
URL:
https://github.com/apache/shardingsphere/issues/21237#issuecomment-1260608785
```
split_db=> SHOW READWRITE_SPLITTING RULES ;
name | auto_aware_data_source_name | write_data_source_query_enabled |
write_data_source_name | read_data_source_names | load_balancer_type |
load_balancer_props
------+-----------------------------+---------------------------------+------------------------+------------------------+-------------------------+---------------------
ds_0 | | |
write_0 | read0_0 | TRANSACTION_ROUND_ROBIN |
ds_1 | | |
write_1 | read1_0 | TRANSACTION_ROUND_ROBIN |
(2 rows)
```
```
rules:
- !AUTHORITY
users:
- root@%:root
- sharding@:sharding
provider:
type: ALL_PERMITTED
- !TRANSACTION
defaultType: XA
providerType: Atomikos
```
--
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]