www5255977 opened a new issue #725:
URL: https://github.com/apache/servicecomb-pack/issues/725


    查看源码 有特性 CompensableAttribute  用来标识回退 跟当前执行方法的特性, 并上传至 saga协调器  但是我升级到.net 
core 5.0 后 此特性一直不执行   希望各位能支持一下, 我司考虑集成到生产环境。
   
    [Compensable(nameof(CancelTestSaga))]
           public void TestSaga(long Id)
           {
               throw new ArgumentException("test CancelTestSaga serivice 
error");  
           }
   
           void CancelTestSaga(long Id)
           {
               Console.WriteLine("测试CancelCarPost");
           }  


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to