huhusu opened a new issue, #32319: URL: https://github.com/apache/shardingsphere/issues/32319
## Bug Report ### Which version of ShardingSphere did you use? 5.4.0 ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy? ShardingSphere-JDBC Description: I use JAVA API to write programs have 4 datasource,two write ds and two read ds read-write-splitting config like this: write-data-source: ds0A0 read-data-source: ds1A0 write-data-source: ds0A1 read-data-source: ds1A1 sharding config like this: ds0A0、ds0A1 sharding type is hash-mod When setting read-write-splitting and sharding are set,read-write-splitting does not work. If both independent configurations can work ok. ### Expected behavior When setting read-write-splitting and sharding are set,both of them are work ok. ### Actual behavior When setting read-write-splitting and sharding are set,read-write-splitting does not work. -- 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]
