Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pubsub: add flow control support to publisher #3210

Closed
hongalex opened this issue Nov 14, 2020 · 0 comments · Fixed by #4292
Closed

pubsub: add flow control support to publisher #3210

hongalex opened this issue Nov 14, 2020 · 0 comments · Fixed by #4292
Assignees
Labels
api: pubsub Issues related to the Pub/Sub API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@hongalex
Copy link
Member

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.

@hongalex hongalex added type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. api: pubsub Issues related to the Pub/Sub API. labels Nov 14, 2020
@hongalex hongalex self-assigned this Nov 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: pubsub Issues related to the Pub/Sub API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant