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

Pub/Sub: publisher client's publish method does not expose retry settings #6641

Closed
anguillanneuf opened this issue Nov 21, 2018 · 0 comments · Fixed by #8231
Closed

Pub/Sub: publisher client's publish method does not expose retry settings #6641

anguillanneuf opened this issue Nov 21, 2018 · 0 comments · Fixed by #8231
Assignees
Labels
api: pubsub Issues related to the Pub/Sub API. triaged for GA type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@anguillanneuf
Copy link
Contributor

def publish(self, topic, data, **attrs):

Publish retry is supported in Node.js and Java. It should be supported by Python too.

@tseaver tseaver 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 22, 2018
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. triaged for GA 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.

3 participants