-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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: Expose publish retry settings #8231
Conversation
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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!
Based on @busunkim96's comment, this seems to be good for merging. 👍 |
This closes #6641.
This PR updates the GAPIC publisher client using
synth.py
.