Skip to content
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

feat: Adds a ZeroCopy response marshaller for grpc ReadObject handling #2489

Merged
merged 11 commits into from
Apr 14, 2024

Conversation

JesseLovelace
Copy link
Contributor

Adds a Zero Copy ReadObject marshaller for grpc and some basic tests

@JesseLovelace JesseLovelace requested review from a team as code owners April 4, 2024 18:08
@product-auto-label product-auto-label bot added size: l Pull request size is large. api: storage Issues related to the googleapis/java-storage API. labels Apr 4, 2024
@JesseLovelace JesseLovelace added the owlbot:ignore instruct owl-bot to ignore a PR label Apr 4, 2024
Copy link
Collaborator

@BenWhitehead BenWhitehead left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you purge out the owlbot samples formatting, and readme edits updates? They're adding noise to the PR. Other than that, a few minor things.

Comment on lines +874 to +875
// todo: this is fragile to proto annotation changes, and would require manual
// maintenance
builder.add(request.getBucket(), "bucket", PathTemplate.create("{bucket=**}"));
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any thoughts on how we can deal with this TODO? (the todo itself doesn't need to be addressed now, just starting the thought exercise)

Copy link
Member

@frankyn frankyn Apr 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Filed FR against GAPIC for this: googleapis/sdk-platform-java#2501
Could point to this in the mean time?

JesseLovelace and others added 4 commits April 10, 2024 13:45
…pcStorageOptions.java

Co-authored-by: BenWhitehead <BenWhitehead@users.noreply.github.com>
Co-authored-by: BenWhitehead <BenWhitehead@users.noreply.github.com>
@BenWhitehead BenWhitehead dismissed their stale review April 11, 2024 19:05

No longer blocking. A couple nits, anyone else can approve

@JesseLovelace JesseLovelace merged commit 8c7404d into main Apr 14, 2024
22 checks passed
@JesseLovelace JesseLovelace deleted the zerocopygrpc branch April 14, 2024 23:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: storage Issues related to the googleapis/java-storage API. owlbot:ignore instruct owl-bot to ignore a PR size: l Pull request size is large.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants