qudonghui commented on issue #20680:
URL:
https://github.com/apache/shardingsphere/issues/20680#issuecomment-1232734373
I'm in sharding After adding the broadcast table configuration to tables,
you can realize full datasource broadcasting
```
tables:
auth_sys_data_permission:
key-generate-strategy:
column: id
oms_order_basic_info:
actual-data-nodes: oms-$->{2022}-$->{1..4}.oms_order_basic_info
oms_order_logistics_info:
actual-data-nodes:
oms-$->{2022}-$->{1..4}.oms_order_logistics_info
oms_order_sync_stringcode:
actual-data-nodes:
oms-$->{2022}-$->{1..4}.oms_order_sync_stringcode
```

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