Results 181 comments of Willem Jiang

@1260643258 你的代码里面有个@SagaCompensate , 这个应该不是在ServiceComb Pack 里面定义的, 不知道这个标注会不会产生什么副作用。

It's caused by PostgreSQL license is compatible with the Apache License, so we can provide the binary release which includes PostgreSQL client. If you still want to use MYSQL, you...

可否确认shop-svc-10.10.1.62 实例还在运行? Pack并没有绑定特定的运行平台。

@aresa7796 请问问题解决了吗? 如果没有,看能不能提供更详细的信息。

How do you invoke the Async service? If the GlobalTxId is passed the next service call , you will get the NPE error.

Could you show the code which you use @SagaStart and @Componsible?

> CompletableFuture insertServiceB= serviceB.insertServiceB(); > CompletableFuture insertServiceC= serviceC.insertServiceC(); > CompletableFuture insertServiceD= serviceD.insertServiceD(); > CompletableFuture.allOf(insertServiceB,insertServiceC,insertServiceD).join(); You are using the async invocations here and the calling thread is quite different for each...

How did you inject the Omega to ServiceA? GID could be null, if the Omega is not started in a right way. As I cannot check your code here, could...

It should be fine. Please compare your code with the demo code that I showed to you.