yanghuoji opened a new issue, #28893: URL: https://github.com/apache/shardingsphere/issues/28893
## Question **For English only**, other languages will not accept. Before asking a question, make sure you have: - Googled your question. - Searched open and closed [GitHub issues](https://github.com/apache/shardingsphere/issues). - Read documentation: [ShardingSphere Doc](https://shardingsphere.apache.org/document/current/en/overview). Please pay attention on issues you submitted, because we maybe need more details. If no response anymore and we cannot reproduce it on current information, we will **close it**. **shardingsphere-jdbc-core-spring-boot-starter** **Version: 5.2.0** Configured read write separation and table sharding. When not configuring broadcast tables, all tables must be in the same datasource when querying SQL for exceptions using sharded tables. When configuring the broadcast table, query the SQL to use the shard table and broadcast table, and route them all the way to the master library.  **SQL logs in scheduled tasks**  **SQL logs in post request**  **SQL logs in get request**  ### Question How to configure read/write separation and sharding tables for get request to be routed to the slave database -- 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]
