Phong Chuong

Results 7 issues of 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....

type: feature request
priority: p3

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...

api: pubsub

See [retry ordering](https://docs.cloud.google.com/pubsub/docs/retry-requests#retry_ordering).

api: pubsub

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)

api: pubsub

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...

type: cleanup
api: pubsub