coolbeevip commented on issue #583: Failed to get reconnected sender, all alpha 
server is down.
URL: 
https://github.com/apache/servicecomb-pack/issues/583#issuecomment-549733037
 
 
   你的场景是如下调用顺序吗?
   A.method1 -> B.method1
   A.method1 -> B.method2
   
   你希望在 B.method2 方法失败的时候能够补偿 B.method1 ,如果是这种情况,那么正确的方法应该是
   
   @SagaStart 加到 A.method1
   @@Compensable 加到 B.method1 和 B.method2
   

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to