Quantcast
Channel: Akka Libraries - Discussion Forum for Akka technologies
Viewing all articles
Browse latest Browse all 1362

Changing maximum response size (getting error RESOURCE EXHAUSTED: Compressed gRPC message exceeds maximum size 4194304)

$
0
0

@alexklibisz wrote:

Hi, great work on this library. I’m currently using the scala client and server both generated using this version 0.7.1. I’m occasionally getting errors like this returned from the service:

io.grpc.StatusRuntimeException: RESOURCE_EXHAUSTED: Compressed gRPC message exceeds maximum size 4194304: 4196022 bytes read

Here’s what it looks like in intelij’s debugger:

So assuming that’s in bytes, that’s a max response size of about 4 mb. It would be great if I could bump that up to about 32 mb. I’ve done some googling but I can’t figure out if this is a setting on the client or server side, and, more importantly, I’m not sure how I’d change it.

Appreciate any tips.

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 1362

Trending Articles