Re: [DISCUSSION][Toolkit] Prepare to release 0.2.0

2019-11-25 Thread Shuo Chen
+1 looking forward to corresponding articles too Daniel Qian 于2019年11月26日周二 下午3:34写道: > +1 looking forward to toolkit 0.2.0 > > sen sun 于2019年11月26日周二 上午11:16写道: > > > > Hi toolkit team, > > > > We have developed many new features, I think it's time to release 0.2.0 > > Our new features are

Re: [DISCUSSION][Toolkit] Prepare to release 0.2.0

2019-11-25 Thread Daniel Qian
+1 looking forward to toolkit 0.2.0 sen sun 于2019年11月26日周二 上午11:16写道: > > Hi toolkit team, > > We have developed many new features, I think it's time to release 0.2.0 > Our new features are as follows: > * oas-validator for compliance check > * oas-validator for compatibility check > * new

[DISCUSSION][Toolkit] Prepare to release 0.2.0

2019-11-25 Thread sen sun
Hi toolkit team, We have developed many new features, I think it's time to release 0.2.0 Our new features are as follows: * oas-validator for compliance check * oas-validator for compatibility check * new oas-generator for generating contract from code * support openapi v3 * support generate

Re: Improve the transaction compensation mechanism for FSM

2019-11-25 Thread Zhang Lei
Hi, Yes, they are class exception, Maybe the following name will be better class BusinessCompensationFailureException class OmegaConnectedException My idea is to catch an exception and send a compensation result in the compensation method[1] on the Omega side. You can see it in the following

Re: Improve the transaction compensation mechanism for FSM

2019-11-25 Thread Zheng Feng
Hi, I wonder how we can diff the "Omega compensation failure" from the "Business compensation failure" ? the different exception classes ? Zhang Lei 于2019年11月25日周一 下午5:32写道: > Hi, Pack Team > > Currently, Alpha compensation mechanism has some defects [1], I plan to > solve this problem step by

Re: [DISCUSSION][Website] Optimization

2019-11-25 Thread Xiaoliang Tian
do not use markdown to write documents, use sphinx, a powerful doc framework, and as I go through jekyll framework, I think we can still use it. but need to refactor code of website Liubao (A) 于2019年11月20日周三 下午5:11写道: > Documents are http://servicecomb.apache.org/ & >

Improve the transaction compensation mechanism for FSM

2019-11-25 Thread Zhang Lei
Hi, Pack Team Currently, Alpha compensation mechanism has some defects [1], I plan to solve this problem step by step [2] Step1: Modify the OnConnected method to bidirectional streaming RPC This will be needed for the Step2 Step2: Custom compensation exception rules to distinguish

Improve the transaction compensation mechanism for FSM

2019-11-25 Thread Zhang Lei
Hi, Pack Team Currently, Alpha compensation mechanism has some defects [1], I plan to solve this problem step by step [2] Step1: Modify the OnConnected method to bidirectional streaming RPC This will be needed for the Step2 Step2: Custom compensation exception rules to distinguish