[grpc-io] Re: Taking 20 mins to send a 10MB file

2020-12-20 Thread Sylvain Le Gall
I have done something similar. I am sending the data with 1.9MB per message using a stream. For now, I am limited by the underlying storage system that takes sometime to write the data (using gRPC/Java/Google Cloud). I am transferring up to 140GB this way. I can achieve 20-30 MB/s. If you

[grpc-io] Re: End2end testing for gRPC client and server?

2018-03-29 Thread Sylvain Le Gall
se as possible to > production"? Did you mean close to the OnePlatform environment, going > through GFE? Is your backend a Google service? > > -Adele > > On Tuesday, March 27, 2018 at 5:27:52 AM UTC-7, Sylvain Le Gall wrote: >> >> Hi, >> >> I hav