Also, if we run few dummy (small payload) calls per seconds, in parallel to the big payload calls, on the same connection => the latency of the big payload calls is reduced to 250ms as well Thoughts ?
On Wednesday, August 17, 2022 at 1:46:20 PM UTC+3 Alon Kaftan wrote: > Hi > we have a go grpc client running in US and a go grpc server on APAC. > Both on AWS. > on the same connection we make Unary calls > when the message size is lower than 16KB, roundtrip latency is 250ms > when the message size is crossing the 16KKB, round trip latency jumps to > 450ms > when the message size is crossing the 100KB, round trip latency jumps to > 650ms > > Also, if we increase the rate of the 16KB+ messages from 1/sec to 2/sec or > more, the latency drops to 250ms > > we ruled out load balancers as we connected the client & server pods > directly and observed the behaviour remains the same > > Any ideas where to start with this kind of behaviour ? > > Thanks! -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to grpc-io+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/03cb7936-11d0-4988-8fa0-811fccf04070n%40googlegroups.com.