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

add proto descriptor set as source of method definitions #7

Open
jizhilong opened this issue Mar 17, 2021 · 0 comments
Open

add proto descriptor set as source of method definitions #7

jizhilong opened this issue Mar 17, 2021 · 0 comments

Comments

@jizhilong
Copy link

jizhilong commented Mar 17, 2021

protocol buffer descriptor set is a special type of protocol buffer message-it is contains a description of all message/grpc-service definitions compiled by protoc.

For users working with a bunch of .proto files, it's much more practical to supply grpc definitions with a single descriptoset file, instead of a directory of .proto files. And other grpc related tool like grpccurl is able to read grpc service definitions from a descriptor set file too, with a cli option --protoset.

@rmedvedev I will be happy to contribute a PR for this feature if you are ok with that.

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

No branches or pull requests

1 participant