-
Notifications
You must be signed in to change notification settings - Fork 565
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
4.x: gRPC #5418
Comments
Related to #5323 |
@tomas-langer, I have a need for an alternative gRPC implementation. We have written a lightweight, zero dependency*, fast protobuf library called PBJ which can be used instead of One of the questions I am being asked is whether we can reuse chunks of the official Helidon gRPC module, rather than reimplementing all of it. TBH, I'd rather contributor to your impl than have my own. I just need a convenient way to swap out the grpc.io dependencies for PBJ ones. I went through the code, and I don't see much opportunity for reuse. Thoughts? |
@rbair23 Yes, we currently depend on those libraries. Perhaps we can think about creating an SPI to plugin either protoc/grpc.io or a library like yours. This was clearly not a design goal for us at this time, but perhaps something like that can be considered going forward. |
Eventually we should have just one gRPC implementation based on Níma (align with current gRPC implementation so user experience is similar)
ProtoMarshaller uses reflection, should be removed if possible.
Need to reconcile with issues identified in #6683
grpc for MP is temporarily removed from the repository, this issue also includes the requirement to bring back the full grpc implementation to Helidon (including client), as well as documentation for grpc.
The text was updated successfully, but these errors were encountered: