the-nft-company / flow-jvm-sdk

Apache License 2.0
13 stars 25 forks source link

Unable to read large transaction results due to errors #6

Closed kaliweh-circle closed 2 years ago

kaliweh-circle commented 2 years ago

Problem

The Exception below is thrown when reading a transaction result message that is larger than the default gRPC inbound message size of 4MB.

io.grpc.StatusRuntimeException: RESOURCE_EXHAUSTED: gRPC message exceeds maximum size 4194304: 9376701
    at io.grpc.stub.ClientCalls.toStatusRuntimeException(ClientCalls.java:262)

Steps to Reproduce

This transaction contains 25k events and is about 10MB in size

Acceptance Criteria

Context

N/A