Phong Chuong
Phong Chuong
Some services such as SQL and BigQuery do not follow the pagination standard [AIP-4233](https://google.aip.dev/client-libraries/4233) such as using max_results instead of page_size and wrapping the field in an additional message layer....
Add initial support for message ordering in Publisher. This feature does not retry and does not respect message ordering in the case of failure. These will be supported in a...
See [retry ordering](https://docs.cloud.google.com/pubsub/docs/retry-requests#retry_ordering).
Support [message ordering](https://docs.cloud.google.com/pubsub/docs/ordering) in Publisher. The publisher must: 1. Within key ordering 2. Batching 4. Correctly handle [retry](https://docs.cloud.google.com/pubsub/docs/retry-requests#retry_ordering)
Current implementation to compute the pubsub message size for batching byte threshold is an estimate at best. This is to avoid cloning the message when computing the message size with...