-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Consider other options for Batch requests. #364
Copy link
Copy link
Closed
Labels
🚨This issue needs some love.This issue needs some love.api: storageIssues related to the Cloud Storage API.Issues related to the Cloud Storage API.triage meI really want to be triaged.I really want to be triaged.
Metadata
Metadata
Assignees
Labels
🚨This issue needs some love.This issue needs some love.api: storageIssues related to the Cloud Storage API.Issues related to the Cloud Storage API.triage meI really want to be triaged.I really want to be triaged.
Suggestion was raised by @Capstan
We could add a
Batch/BatchContext/BatchHelperclass that gets storage as an input and have the samedelete/get/updatemethods asBatchRequest.Builderbut instead of returningthisfor chaining return aFuture(this could help with that) and have avoid apply()method.Any further calls on such instance should fail after a successful
apply