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
