jingshanglu commented on issue #18894:
URL: 
https://github.com/apache/shardingsphere/issues/18894#issuecomment-1176983115

   > > The XA transaction is not necessary. Currently, the specific 
implementation of TM is loaded through SPI. If there is an implementation of 
xa, the TM will be initialized unless the specific implementation of xa is 
removed. Any suggestions?
   > 
   > If `!TRANSACTION` is not configured in server.yaml:
   > 
   > * Should TransactionRule be initialized?
   > * If TransactionRule is initialized, what's the defaultType of transaction 
(TransactionType), LOCAL, XA or BASE?
   If `!TRANSACTION` is not configured in server.yaml:
   * TransactionRule should be initialized, because ss should provide the 
default transaction function
   * LOCAL, Atomikos for XA
   


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

Reply via email to