What happened?
Writing to Pub/Sub currently results in the following issue:
javax.naming.SizeLimitExceededException: Pubsub message of length 220 exceeds maximum of 100 bytes, when considering the payload and attributes. See https://cloud.google.com/pubsub/quotas#resource_limits
This happens because this call passes in the maximum number of messages allowed in a batch, when it should pass in the maximum number of bytes allowed in a batch.
This issue only seems to present when the PCollection is bounded.
Issue Priority
Priority: 2 (default / most bugs should be filed as P2)
Issue Components
What happened?
Writing to Pub/Sub currently results in the following issue:
This happens because this call passes in the maximum number of messages allowed in a batch, when it should pass in the maximum number of bytes allowed in a batch.
This issue only seems to present when the PCollection is bounded.
Issue Priority
Priority: 2 (default / most bugs should be filed as P2)
Issue Components