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 will be supported. Regards, -Ian. On Mon, Jul 29, 2019 at 8:07 PM [email protected] <[email protected]> wrote: > Dear experts, > > We are using Dubbo for our public APIs. > > In order to transfer large files, we read that Hessian is the recommended > protocol to use: > http://dubbo.apache.org/en-us/docs/user/references/protocol/hessian.html > > We just wonder if this protocol support async invokers, as the response is > not expected to be returned instantly?!! > Such as: CompletableFuture<Response> uploadLargeFile(File largeFile); > > Best regards > Tien Dat >
