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

Consider common grpc/prost build crate. #10

Open
2 tasks
nick-mobilecoin opened this issue Feb 15, 2023 · 1 comment
Open
2 tasks

Consider common grpc/prost build crate. #10

nick-mobilecoin opened this issue Feb 15, 2023 · 1 comment

Comments

@nick-mobilecoin
Copy link
Collaborator

nick-mobilecoin commented Feb 15, 2023

With #7 and #9 logic was brought in to generate the messages and services for tonic and grpcio.
Due to current implementations in tonic_build and grpcio_compiler we aren't able to utilize the common interface of these crates.

  • a grpcio prost services plugin for protoc. One intent of this repo is to support buf.build, having a grpcio services plugin would allow us to use buf for building all the crates.
  • a common crate for invoking buf.build with build.rs files.
@nick-mobilecoin
Copy link
Collaborator Author

This may be addressed by #11 and tikv/grpc-rs#612

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant