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 API with Dubbo? Best Tien Dat
