?????? ??dubbo-php-framework????????????????

2019-07-18 Thread needrunning
?? agent(c) PHPagent -- -- ??: "crazyxman01"; : 2019??7??19??(??) 10:58 ??: "dev"; : "needrunning"; : Re: ??dubbo-php-framework 1. d

Re: [Dubbo-4556] fix dubbo startup is slow

2019-07-18 Thread Jie crossover
I resubmitted a pr, please review it. https://github.com/apache/dubbo/pull/4603 -- Best Regards! crossoverJie Jie crossover 于2019年7月18日周四 下午6:43写道: > Hi community: > > I submitted a pr to fix this issue, please do a review. > > Related link: > https://github.com/apache/dubbo/issues/4556 > ht

[RESULT][VOTE] Release Apache Dubbo 2.6.7

2019-07-18 Thread Mercy Ma
Hello Dubbo Community, The release vote finished, We’ve received +1 binding, Huxing Zhang +1 binding, Ian Luo +1 binding, Jun Liu +1 non-binding, Shunyu Lei The vote and result thread: https://lists.apache.org/thread.html/6d4e5283720b0b5a772b7742bdece412260236e630df0f66f82ce741@%3Cdev.dubbo.apac

Re: Using FileInputStream with dubbo protocol

2019-07-18 Thread Jason Joo
Hi, Tien You can only use serializable types as parameters in API definition and maybe you cannot do that. You can choose an alternative design like: 1. use byte[] (When the size of file is small) (If it's large or undetermined splitting it into pieces will also work) 2. use a place to store te

?????? ??dubbo-php-framework????????????????

2019-07-18 Thread needrunning
?? ?? dubbo-php-framework ??PHP ??PHP?? dubbo??PHP??PHP ?? ?? @Jinxi Wang 1

Using FileInputStream with dubbo protocol

2019-07-18 Thread tphan . dat
Dear experts We are newbie with Dubbo. What we are trying to do is providing a public API that supports uploading the content of a file. As a result, the API method has a parameter as FileInputStream. However, the dubbo protocol does not support Streaming. Do you know how we can implement our A

[Dubbo-4556] fix dubbo startup is slow

2019-07-18 Thread Jie crossover
Hi community: I submitted a pr to fix this issue, please do a review. Related link: https://github.com/apache/dubbo/issues/4556 https://github.com/apache/dubbo/pull/4601 -- Best Regards! crossoverJie

Re: [VOTE]: Release Apache Dubbo 2.6.7 [RC2]

2019-07-18 Thread Jun Liu
+1 to release • LICENSE and NOTICE exists and contents are good • All files and no binary files exist • All files has standard ASF License header by enable rat and check-style plugin. • Can compile from source • All unit tests can pass under osx + openjdk 1