Skip to content

gRPC max size limit #1991

@pyhrus

Description

@pyhrus

Since grpc version 1.0.0, message size is limit 4MB, and pubsub itself supports payload size upto 10MB. If there is message that is greater than 4MB in queue, pubsub client errors out with Error: Received message larger than max (6374241 vs. 4194304)

Environment details

  • OS: Debian Jessie
  • Node.js version: 6.3.1
  • npm version:3.10.3
  • google-cloud-node version: 0.8.0

Steps to reproduce

  1. Publish message greater than 4MB using HTTP API
  2. Use pubsub client to pull the message

Thanks!

Metadata

Metadata

Labels

api: pubsubIssues related to the Pub/Sub API.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions