-
Notifications
You must be signed in to change notification settings - Fork 666
GRPC max size? #1755
Copy link
Copy link
Closed
Labels
api: bigtableIssues related to the Bigtable API.Issues related to the Bigtable API.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.
Metadata
Metadata
Assignees
Labels
api: bigtableIssues related to the Bigtable API.Issues related to the Bigtable API.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.
We noticed an error today using the BigTable emulator. We were making large
insertrequests against aBigTabletable and it was hanging. When we killed the emulator this message appeared:I read through the documentation and didn't see a mention of a max message size. Is this the case? Any workarounds that you know of for handling large (~10MB) data?