赳昂
赳昂
Currently, Saga's load balancer will **select a fastest 'MessageSender'** to send msg from pool. My problem: At some point, if every Alpha node need take 10 minutes to handle business...
So far, if Saga encountered an aborted event, then it could not execute compensation functions immediately yet. Instead, the Alpha EventScanner tool would call compensation methods within 500ms. As we...
I wrote a compensable method (**retries = 2**), its rollback method would not be called when the program encounter some errors. I guess that there is a problem on script...