You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use tikv rust client and got this error RpcFailure: 8-RESOURCE_EXHAUSTED Received message larger than max (4563651 vs. 4194304). From here I found there is an MaxCallRecvMsgSize option in grpc, but I can't find a method to set it in grpcio::CallOption