-
Notifications
You must be signed in to change notification settings - Fork 144
Support publish hedging in pubsub::client::Publisher #6776
Copy link
Copy link
Open
Labels
api: pubsubIssues related to the Pub/Sub API.Issues related to the Pub/Sub API.priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
Activity
Metadata
Metadata
Assignees
Labels
api: pubsubIssues related to the Pub/Sub API.Issues related to the Pub/Sub API.priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Support publish request hedging in
google-cloud-pubsubto reduce p99/p99.9 tail latency caused by transient network stalls or slow backend tasks.Design
x-goog-pubsub-client-telemetryheader to hedged attempts for backend tracking.See java reference implementation: https://github.com/googleapis/google-cloud-java/pull/13735/changes