googleapis / python-firestore

Apache License 2.0
212 stars 70 forks source link

Add streaming retries to BatchGetDocuments #890

Open daniel-sanche opened 3 months ago

daniel-sanche commented 3 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