在微服务环境中,如果有多个服务以链接方式捆绑在一起,那么将如何涵盖以下场景

In Microservices environment, if there are multiple services tied up together in a Chaining manner then how below scenarios will be covered

如果微服务 1 ---> 调用微服务 2---> 调用微服务 3 依此类推...

如果说微服务2和微服务3之间的调用中断,事务回滚方式应该是什么?

一个可能的解决方案是实施 Saga 模式。你可以在这里查看更详细的解释https://www.baeldung.com/cs/saga-pattern-microservices