zhfeng commented on issue #335: 异步补偿性能问题
URL: 
https://github.com/apache/servicecomb-saga/issues/335#issuecomment-438589277
 
 
   异步补偿的意思是alpha server调用omega端的compensate方法?在现在的实现中,alpha server是通过定时event 
scan 
查询到需要补偿的事件,然后调用对应的compensate方法,这个是同步调用,所以如果在compensate方法中有耗时的操作,会影响到性能。你指的特殊处理是什么?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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