Skip to content

Pub/Sub: Expose publish retry settings#8231

Merged
plamut merged 3 commits into
masterfrom
retry
Jun 6, 2019
Merged

Pub/Sub: Expose publish retry settings#8231
plamut merged 3 commits into
masterfrom
retry

Conversation

@anguillanneuf

Copy link
Copy Markdown
Contributor

This closes #6641.

This PR updates the GAPIC publisher client using synth.py.

@anguillanneuf anguillanneuf requested a review from busunkim96 as a code owner June 6, 2019 00:08
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jun 6, 2019
@anguillanneuf anguillanneuf requested a review from plamut June 6, 2019 00:09
@anguillanneuf anguillanneuf added the api: pubsub Issues related to the Pub/Sub API. label Jun 6, 2019
Comment thread pubsub/synth.py Outdated
Comment thread pubsub/noxfile.py

@plamut plamut left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. 👍

I tried overriding one of the timeout settings for a publisher through the client_config setting, and it worked. I also (correctly) got an error if an incorrect key was provided.

The rest of the comments on the original PR have been addressed, I only left a sanity check remark. If that is a non-concern, we are good to go IMO.

Comment thread pubsub/noxfile.py

@busunkim96 busunkim96 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Synth file looks good to me!

@plamut

plamut commented Jun 6, 2019

Copy link
Copy Markdown
Contributor

Based on @busunkim96's comment, this seems to be good for merging. 👍

@plamut plamut merged commit fc2cc86 into master Jun 6, 2019
@anguillanneuf anguillanneuf deleted the retry branch June 6, 2019 16:26
parthea pushed a commit that referenced this pull request Mar 2, 2026
* Expose publish retry settings

* remove backslashes

* re-ran synthtool from HEAD
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. cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

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

4 participants