pubsub: support synchronous receive #1088
Labels
api: pubsub
Issues related to the Pub/Sub API.
priority: p1
Important issue which blocks shipping the next release. Will be fixed prior to next release.
🚨
This issue needs some love.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Provide an option to
Subscriber.Receive
that pulls messages synchronously, rather than in the background via streaming.This would result in lower throughput, but would also guarantee that the number of pulled messages would not exceed
MaxOutstandingMessages
.Low-throughput applications might prefer this mode.
The text was updated successfully, but these errors were encountered: