googleapis / python-firestore

Apache License 2.0
219 stars 75 forks source link

Add streaming retries to BatchGetDocuments #890

Open daniel-sanche opened 8 months ago

daniel-sanche commented 8 months ago

Similar to https://github.com/googleapis/python-firestore/issues/889

Unlike the others, BatchGetDocuments never supported any kind of streaming retries. When the stream fails, an exception is raised

We should also add stream recovery to this rpc