[BUG] Datacatalog does not provide a way to customize gRPC max receiving message size #6306
Open
2 tasks done
Labels
bug
Something isn't working
Describe the bug
When starting gRPC server of datacatalog, it is not possible to customize gRPC max receiving message size using
grpc.MaxRecvMsgSize
, which means for any artifact larger than 4MB, the server would reject it withResourceExhausted
error.Expected behavior
This value should be configurable with 4MB as default.
Additional context to reproduce
No response
Screenshots
No response
Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: