ben905713861 commented on issue #8978:
URL: https://github.com/apache/shardingsphere/issues/8978#issuecomment-757923736
@yu199195 1.yes, I add shardingsphere-transaction-base-seata-at.jar in
proxy,the version is 4.1.1
2.the server.yml is:
```
authentication:
users:
root:
password: 12345678
props:
proxy.transaction.type: BASE
sql.show: true
```
3.1 register.conf is:
```
registry {
type = "nacos"
nacos {
serverAddr = "127.0.0.1:8848"
namespace = ""
cluster = "default"
group = "SEATA_GROUP"
application = "seata-server"
}
}
config {
type = "nacos"
nacos {
serverAddr = "127.0.0.1:8848"
namespace = ""
cluster = "default"
group = "SEATA_GROUP"
}
}
```
3.2 seata.conf is:
```
sharding.transaction.seata.at.enable = true
client {
application.id = test
transaction.service.group = my_test_tx_group
}
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]