Re:Re: [Proposal]Write A Book(Apache Dubbo: The Definitive Guide)

2019-08-02 Thread caojiele1225
+1, 期待可以参与其中 贡献力量! -- Best Regards! Jiele 原始邮件 发件人:kimmkingkimmk...@apache.org 收件人:dev...@dubbo.apache.org 发送时间:2019年7月10日(周三) 19:54 主题:Re:Re: [Proposal]Write A Book(Apache Dubbo: The Definitive Guide) 你发的这个是kirito带头做的dubbo in action 我提议的这个是definitive guide 相互补充 在 2019-07-08 16:14:20,"caojie

Re: Authentication support for API...

2019-08-02 Thread tphan . dat
Dear Bosco, Sorry to ask the question in a 1.5 year-old thread. But we see this is the most relevant place to put it, as well as we don't want to contaminate the server with a new but similar thread. As we are newbie to Dubbo, we just wonder if the connection of Dubbo is secured or not (e.g. w

Re: dubbogo v1.1.0

2019-08-02 Thread Huxing Zhang
Hi, Please refer to the Java release guide [1], although it is not completely the same. What I think you should be able to do are: 1. create a tag for the source code that need to be released. 2. package the source code that matches the tag into a zip/tar.gz file. 3. sign the package with gpg key

Re: [VOTE]: Release Apache Dubbo Spring Boot 2.7.3 [RC1]

2019-08-02 Thread Ian Luo
+1 to approve. I checked the items below: [v] Are release files in correct location? [v] Are the digital signature and hashes correct? [v] Do LICENSE and NOTICE files exists? [v] Is the LICENSE and NOTICE text correct? [v] Is the NOTICE year correct? [v] Un-included software dependencies are not

Re: [ANN] Welcome new committer: Xinming He

2019-08-02 Thread Ian Luo
@hxmhlt, Congratulations! On Fri, Jul 26, 2019 at 6:06 PM Huxing Zhang wrote: > Hi Community, > > On behalf of the Dubbo PMC, I am pleased to announce that Xinming > He[1], has been voted in as a new Dubbo committer. > > Please join me to say congratulations to him! > > Xinming, would you please

Re: Announcing the schedule of Dubbo Tech Day Shanghai

2019-08-02 Thread Ian Luo
I will attend this activity. Is there anybody in this list happening to have change to show up? I can drop by and say hi :) Cheers, -Ian. On Tue, Jul 30, 2019 at 9:22 AM Huxing Zhang wrote: > Hi All > > The schedule of Dubbo Tech Day Shanghai has been announced: > > 9:30-10:10 New Feature of Du

Re: Does Hessian protocol support CompletableFuture?

2019-08-02 Thread Ian Luo
Tien, Async invocation does support in Dubbo with hessian serialization, but I don't suggest you to transfer large file because the main trunk is designed to work well with request-response scenario. In order to support large file better, we have to wait for 3.0 release, in which request-stream w

Re: [ANN] Welcome new committer: Xinming He

2019-08-02 Thread Ian Luo
Congratulations! On Sat, Jul 27, 2019 at 3:21 PM Stocks Alex wrote: > Cgts to our dubbogo community big boss, Mr He. > > 原始邮件 > 发件人: caojiele1225 > 收件人: dev > 发送时间: 2019年7月26日(周五) 23:38 > 主题: Re: [ANN] Welcome new committer: Xinming He > > > Congratulations! > > > > | | > 曹杰乐 > 邮箱:caojiele1...@

Re: add a interface GraceFullShutDown to supoort customized action in shutdown

2019-08-02 Thread Ian Luo
Tiantian, I can review it in the next week. Thanks, -Ian. On Wed, Jul 24, 2019 at 10:05 PM kele6413430 wrote: > Hello Dubbo Community, > In shutdown stage of a project ,gracefull shut down is necessary. > There is a application listener ,but it is not enough,some actions should > be done with

Re: Does Hessian protocol support CompletableFuture?

2019-08-02 Thread tphan . dat
Dear Ian We also read about Dubbo 3.0. And we are so excited waiting for it to be released. Regarding the request-stream support, does it mean the InputStream (large binary stream) will also be supported? In the meantime, we will use Dubbo for request-response scenario then. Best Tien Dat On