BourneD commented on issue #35198: URL: https://github.com/apache/shardingsphere/issues/35198#issuecomment-2813321930
I found a tricky way to solve it. I implement two SPI interfaces CustomDriverState and CustomTransactionHook, and I wrap ShardingSphereConnection and CustomTransactionHook into CustomShardingSphereConnection. In CustomShardingSphereConnection, I can leverage CustomTransactionHook during transaction life cycles. -- 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: notifications-unsubscr...@shardingsphere.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org