linghengqian commented on issue #34556:
URL: 
https://github.com/apache/shardingsphere/issues/34556#issuecomment-2633135444

   - If you mean the `org.apache.seata.spring.annotation.GlobalTransactional` 
annotation, that annotation is actually only processed by 
`org.apache.seata.spring.annotation.GlobalTransactionScanner`, and the related 
classes are actually only valid for Spring Framework. The metadata scanning of 
shardingsphere actually bypasses all spring-related things.
   
   - I am not sure how https://github.com/apache/incubator-seata/issues/6951 
will be resolved in the end. The logic of re-implementing 
`org.apache.seata.spring.annotation.GlobalTransactionScanner` on the 
shardingsphere side seems a bit strange. The public java api of shardingsphere 
is basically disguised as a normal java datasource.


-- 
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

Reply via email to