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

Add retry support for manual python writer #786

Open
yirutang opened this issue May 9, 2024 · 0 comments
Open

Add retry support for manual python writer #786

yirutang opened this issue May 9, 2024 · 0 comments
Labels
api: bigquerystorage Issues related to the googleapis/python-bigquery-storage API. priority: p2 Moderately-important priority. Fix may not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@yirutang
Copy link
Contributor

yirutang commented May 9, 2024

Pretty much all customers will have to deal with connection level retry when using bi-di streaming API.

For customers who is not aware of this, they went into issues and open support ticket on us. To reduce support toil, we really need to have connection level retry done for them (ideally we have some support in the in-stream error retry as well).

We could do similar things as we did in nodejs library:
https://github.com/googleapis/nodejs-bigquery-storage/pull/443/files

I will be happy to review the code and assist with the testing.

@product-auto-label product-auto-label bot added the api: bigquerystorage Issues related to the googleapis/python-bigquery-storage API. label May 9, 2024
@Linchin Linchin added type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. priority: p2 Moderately-important priority. Fix may not be included in next release. labels May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquerystorage Issues related to the googleapis/python-bigquery-storage API. priority: p2 Moderately-important priority. Fix may not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

No branches or pull requests

3 participants