问题一:seata支持的模式是什么?
seata支持的模式是什么?
参考回答:
Seata AT模式
http://seata.io/zh-cn/docs/dev/mode/at-mode.html
Seata TCC模式
http://seata.io/zh-cn/docs/dev/mode/tcc-mode.html
Seata Saga 模式
http://seata.io/zh-cn/docs/user/saga.html
Seata XA模式
http://seata.io/zh-cn/docs/dev/mode/xa-mode.html 。
关于本问题的更多回答可点击原文查看:https://developer.aliyun.com/ask/595973
问题二:在Seata中no available service found in cluster如何解决?
在Seata中no available service found in cluster如何解决?
参考回答:
1、事务分组与高可用:https://seata.apache.org/zh-cn/docs/user/txgroup/transaction-group-and-ha
2、事务分组介绍https://seata.apache.org/zh-cn/docs/user/txgroup/transaction-group/ 。
关于本问题的更多回答可点击原文查看:https://developer.aliyun.com/ask/595971
问题三:在Seata中nacos开启鉴权模式,识别不了nacos设置的特殊符号密码,导致连接不上,怎么解决?
在Seata中nacos开启鉴权模式, seata1.4.1版本的 registry.conf识别不了nacos设置的特殊符号密码,导致连接不上,这个要怎么配置呢?
参考回答:
升级或者自行转义。
关于本问题的更多回答可点击原文查看:https://developer.aliyun.com/ask/595965
问题四:在Seata中以下问题出错的原因是什么?
在Seata中no available service endpoint found in cluster 'default', please make sure registry config correct and keep your seata-server is running出错的原因是什么?
参考回答:
事务分组名没有配置正确,入门可以先看公告教程。
事务分组与高可用:http://seata.io/zh-cn/docs/user/txgroup/transaction-group-and-ha.html
事务分组介绍:http://seata.io/zh-cn/docs/user/txgroup/transaction-group.html 。
关于本问题的更多回答可点击原文查看:https://developer.aliyun.com/ask/593779
问题五:在Seata 中目前支持高可用吗?
在Seata 中目前支持高可用吗?
参考回答:
0.6版本开始支持,tc使用db模式共享全局事务会话信息,注册中心使用非file的seata支持的第三方注册中心。
关于本问题的更多回答可点击原文查看:https://developer.aliyun.com/ask/593778