strcpy-s commented on issue #36904: URL: https://github.com/apache/shardingsphere/issues/36904#issuecomment-3424604651
@terrymanu Thanks for your help. I'd like to configure Spring Quartz to use an underlying real data source managed by ShardingSphere (e.g., the one behind ds0) as its job store, so that Quartz tables (QRTZ_*) reside in an existing sharded database. More importantly, I need transactional consistency between Quartz operations and business logic. By sharing the same data source, I can leverage Spring Boot’s declarative transactions without introducing distributed transactions. Is there a way to expose underlying real data sources from ShardingSphere for this purpose? Any workaround or alternative approach would be greatly appreciated. -- 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]
