标签: spring spring-boot microservices
我有三个独立的spring boot项目,我想用RESTAT(REST原子事务)协调它们之间的事务。
这种情况是这样的:
begin trx with restat api call account endpoint call payment endpoint commit/rollback trx with restat api
我收到以下异常:
节点标识符不能为空
您可以在github上找到完整的源代码以重现该错误。并让我知道我做错了什么。
https://github.com/omidp/narayana-dt