pubsub: add flow control support to publisher #3210
Labels
api: pubsub
Issues related to the Pub/Sub API.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Is your feature request related to a problem? Please describe.
Similar to Java and Python, we should support publisher flow control to reduce the number of publish requests that time out.
Describe the solution you'd like
Similar to flow control on the subscriber side, add flow control on the publisher path.
Describe alternatives you've considered
Technically, Go doesn't use gax for flow control in the same way that Java/Python does (as part of batching settings). This is not as much of a priority for Go.
The text was updated successfully, but these errors were encountered: