答复: [PROPOSAL] create e-commerce project as a ServiceComb sample project for user guiding purpose.

2019-07-20 Thread Liubao (A)
Any samples to use ServiceComb is preferred. I have some questions before you contribute the code: * Make sure the project is licensed under Apache License and the libraries it uses is compatible. * Samples are intended to help users how to program. I'd prefer the e-commerce project have

[DISCUSSION] Async support for Saga

2019-07-20 Thread Daniel Qian
After look into SCB-163, SCB-1385 and SCB-1386 I have some thoughts on Saga involved in async invocation. Current implementation is basically based on sync invocation, there are some assumption: 1. When @SagaStart method returns, the Saga finished. 2. When @Compensable method