RaigorJiang commented on issue #29661: URL: https://github.com/apache/shardingsphere/issues/29661#issuecomment-1879570228
This is the application scenario of the readwrite-splitting. If you only want to read the primary data source, why you config the readwrite-splitting rule? https://shardingsphere.apache.org/document/5.4.1/en/features/readwrite-splitting/ #### How to start transaction in readwrite-splitting? Just use Java standard ways, such as `setAutoCommit = false`, or use the annotation `@Transactional` -- 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]
