About introduce Lombok to service comb

2018-08-20 Thread cherrylzhao
Hi, all Lombok can simplify our work for creating java entity. Using Lombok annotation, it will enhance java byte code within compile step. We can use @Getter @Setter @Log @RequiredArgsConstructor to define our model simplify. See more detail from https://projectlombok.org

Re: [ANN] New ServiceComb committer: Lin Zhinan (林志南)

2018-08-20 Thread Zen Lin
Thanks to ServiceComb PPMC's trust and invitation. I have Involved in community building of ServiceComb, and I am going keep on work on it. By the way, I have got lots of useful help from the articles in ASF, something like Guide to Successful Community Building [1]. Also so many nice guys and ASF

Re?? [DISCUSS]Add a local or embedded interface to call Saga

2018-08-20 Thread ????????????
sorry, the picture is a simple UML of SQLTransport https://github.com/KomachiSion/incubator-servicecomb-saga/blob/master/docs/static_files/Transport.jpg -- -- ??: "Willem Jiang"; : 2018??8??21??(??) 10:20 ??: "dev"; : Re:

Re: [DISCUSS]Add a local or embedded interface to call Saga

2018-08-20 Thread Willem Jiang
Yeah, the json format of SQL Transport sounds good. As we normally use the text in the mailing list, so please draw asiis picture or put a permanent link in the mail for us to review. Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Tue, Aug 21, 2018 at 10:11 AM, 新道场开张了 wrote: > I

RE?? [DISCUSS]Add a local or embedded interface to call Saga

2018-08-20 Thread ????????????
I think we can extend Transport interface to a new interface named SQLTransport. the SQLTransport also include 'with' function, but the parameters only requires datasource/serviceName, sql and parameters. Users can decide how to execute the sql of the datasource/serviceName in their own

Re: [ANN] New ServiceComb committer: Lin Zhinan (林志南)

2018-08-20 Thread Zheng Feng
Congratulations and welcome on board ! 2018-08-20 22:33 GMT+08:00 wjm wjm : > Congratulations ~ > > 2018-08-20 17:09 GMT+08:00 bismy : > > > Congratulations & welcome to join ServiceComb > > > > > > -- 原始邮件 -- > > 发件人: "willem.jiang"; > > 发送时间: 2018年8月20日(星期一)

Re: Performance tuning of ServiceComb Saga Pack

2018-08-20 Thread Zheng Feng
I'm totally agree with @bismy and we should be very careful with these things. 2018-08-20 11:22 GMT+08:00 bismy : > I think async is the problem I mentioned. When the transaction is in > progress, the transaction log is not actually persistent. And transactions > recovery may rely on these logs.

Re: [DISCUSS]Add a local or embedded interface to call Saga

2018-08-20 Thread Zheng Feng
Thanks Willem and it is a good point here. Also I'm interesting how it could be used in the local or the embedded interface ? I wonder if you can consider the ACID transaction in this situation. The Saga in my options could be more used for the distributed environment. Regard, Amos 2018-08-20

Re: [DISCUSS]Add a local or embedded interface to call Saga

2018-08-20 Thread Willem Jiang
the saga-core has a transport[1] interface which could be used for the purpose, now it just have the Restful implementation. If you want to implement a RPC or some local method, you can just implement the transport interface. As the saga-core using json for the invocation, you need to updated the

[DISCUSS]Add a local or embedded interface to call Saga

2018-08-20 Thread ????????????
Hi, all: Currently, service comb saga have implemented transaction management based on microservice. But in some cases, users want to use Saga with a simpler way, such as local or embedded call. So we want to discuss whether it is possible to extend a local or embedded interface. When the

??????[ANN] New ServiceComb committer: Lin Zhinan (????????

2018-08-20 Thread bismy
Congratulations & welcome to join ServiceComb -- -- ??: "willem.jiang"; : 2018??8??20??(??) 4:11 ??: "dev"; : [ANN] New ServiceComb committer: Lin Zhinan ( Please join me and the rest of the ServiceComb PPMC members

RE: [ANN] New ServiceComb committer: Lin Zhinan (林志南)

2018-08-20 Thread mahesh somalaraju
Congratulations Lin Zhinan !!! Thanks & Regards Mahesh Raju S Githubid: maheshrajus -Original Message- From: Willem Jiang [mailto:willem.ji...@gmail.com] Sent: 20 August 2018 13:41 To: dev@servicecomb.apache.org Subject: [ANN] New ServiceComb committer: Lin Zhinan (林志南) Please join me

答复: [ANN] New ServiceComb committer: Lin Zhinan (林志南)

2018-08-20 Thread YangYongZheng
Congratulations~ Best Regards! YangYongZheng -邮件原件- 发件人: Willem Jiang [mailto:willem.ji...@gmail.com] 发送时间: 2018年8月20日 16:11 收件人: dev@servicecomb.apache.org 主题: [ANN] New ServiceComb committer: Lin Zhinan (林志南) Please join me and the rest of the ServiceComb PPMC members in welcoming

Re: [ANN] New ServiceComb committer: Lin Zhinan (林志南)

2018-08-20 Thread Kirin Wang
Congratulations! Willem Jiang 于2018年8月20日周一 下午4:11写道: > Please join me and the rest of the ServiceComb PPMC members in welcoming > our > new ServiceComb committer: Lin Zhinan (林志南). > > Lin Zhinan contribute the ServiceComb since last year, you may heard him a > lot if you checkout the mailing

[ANN] New ServiceComb committer: Lin Zhinan (林志南)

2018-08-20 Thread Willem Jiang
Please join me and the rest of the ServiceComb PPMC members in welcoming our new ServiceComb committer: Lin Zhinan (林志南). Lin Zhinan contribute the ServiceComb since last year, you may heard him a lot if you checkout the mailing list or attend ServiceComb offline meetup , and we look forward to

Re: [DISCUSS] Heading to graduation

2018-08-20 Thread Willem Jiang
If you follow the twitter of ServiceComb, you may already know about there are two languages (go and C#) of Saga Omega implementations[1]. It's great to see more and more users interested about ServiceComb and we are building good eco system for the user to solve the problem in the micro services