googleapis / googleapis/google-cloud-python
Add streaming retries to BatchGetDocuments
Open
api: firestore
priority: p3
type: feature request
- Dominant language
- Python
- Stars
- 5.4k
- Forks
- 1.8k
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 122
Description
Similar to https://github.com/googleapis/google-cloud-python/issues/15379
Unlike the others, BatchGetDocuments [never supported any kind of streaming retries.](https://github.com/googleapis/python-firestore/blob/f10b503b0dc2b23e43495e3f0417ae2630c13d82/google/cloud/firestore_v1/client.py#L267) When the stream fails, an exception is raised
We should also add stream recovery to this rpc
Contributor guide
Assessment
This issue has not been assessed yet.