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

[GraalVM] Include missing grpc configurations for Direct Path support #3239

Open
mpeddada1 opened this issue Sep 25, 2024 · 1 comment
Open
Labels
priority: p2 Moderately-important priority. Fix may not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@mpeddada1
Copy link
Contributor

This was discovered during an offline discussion with @BenWhitehead on googleapis/java-storage#2716 where Storage ran into a run-time failures in graalvm when adding Direct Path support.

The solution (in progress) has been to include reflection configurations for io.grpc classes (googleapis/java-storage#2716).

In the future, we should consider hosting or generating these generic configurations in sdk-platform-java to avoid duplicating this effort for libraries considering adding direct path support in the future.

cc/ @burkedavison

@mpeddada1 mpeddada1 added type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. priority: p2 Moderately-important priority. Fix may not be included in next release. labels Sep 25, 2024
@BenWhitehead
Copy link
Contributor

The failures we ran into all appears to be for protobuf generated classes (messages, builders, enums). Rather than grpc classes themselves.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p2 Moderately-important priority. Fix may not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

No branches or pull requests

2 participants