Added option for Parallel upload with grpc client - #1324
Merged
Conversation
Member
|
Hi @jruszo, thank you for your PR and jira ticket also. We'll soon discuss this improvement and come back to you asap. |
Member
|
Hey there! We're planning to include this feature in PBM v2.16. We'll review and look to merge your PR once development on that release kicks off. Thanks again for your contribution. |
Collaborator
|
@jruszo Thanks for the contribution. FYI I have picked it up under #1344 Few things that came up when reviewing
We would like to include it in the next release as an experimental feature, but need to solve the closing issue first. |
boris-ilijic
approved these changes
Jul 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ticket:
https://perconadev.atlassian.net/browse/PBM-1776
Description:
Added optional configuration for ParallelUpload
Since it is experimental in the SDK according to Google, it is gated with "enable: true"
If the parallel upload is enabled, the client is also switched to the grpc version as per requirements.
Documentation is not updated, if pull request looks good, will submit for documentation as well
Example configuration snippet: