We noticed an error today using the BigTable emulator. We were making large insert requests against a BigTable table and it was hanging. When we killed the emulator this message appeared:
grpc: received message length 18874667 exceeding the max size 4194304 Error: grpc: received message length 18874667 exceeding the max size 4194304
at ClientReadableStream._emitStatusIfDone (/Users/mata/AppHub/logrocket/node_modules/google-cloud/node_modules/grpc/src/node/src/client.js:189:19)
at ClientReadableStream._receiveStatus (/Users/mata/AppHub/logrocket/node_modules/google-cloud/node_modules/grpc/src/node/src/client.js:169:8)
at /Users/mata/AppHub/logrocket/node_modules/google-cloud/node_modules/grpc/src/node/src/client.js:577:14
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?
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?