-
Notifications
You must be signed in to change notification settings - Fork 41
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
explore Batch methods
https://google.aip.dev/233
#211
Comments
Did you also look at gRPC streaming? We use this in sessionOffload. |
how streaming helps ? we want to create volume and expose it to the host in a single request... |
Streaming won't help for that use case. To be fair, this issue had literally zero context. If you had put that context in the issue, I would not have suggested it. 😉 |
you are 100% right ;-) |
Can some of the methods to be batched be optional i.e. they may or may not succeed. |
Batching is only for creating large sets of the same resource. We want to batch together multiple different resource creation steps. These are not the same thing and batching doesn't solve the problem behind the desire to add transaction support. |
https://google.aip.dev/233
The text was updated successfully, but these errors were encountered: