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 reflection support #35

Closed
bojand opened this issue Nov 12, 2018 · 5 comments
Closed

Add reflection support #35

bojand opened this issue Nov 12, 2018 · 5 comments
Assignees
Labels
CLI Issues for ghz CLI enhancement New feature or request

Comments

@bojand
Copy link
Owner

bojand commented Nov 12, 2018

Instead of specify the proto file we could use reflection to build the client for making the requests. The user would still have to provide the call details that has to correctly match the reflection results. Reflection is only supported by a subset of languages.

@bojand bojand added the enhancement New feature or request label Nov 12, 2018
@bojand bojand self-assigned this Nov 12, 2018
@jayhuang75
Copy link

Any update on this. Much appreciated this good tools.

@bojand
Copy link
Owner Author

bojand commented Jan 8, 2019

Hello, Hoping to get to this relatively soon-ish, but depending on the level of effort needed (unknown to me right now) it may take some time to implement properly.

@bojand bojand added the CLI Issues for ghz CLI label Jan 19, 2019
@srenatus
Copy link

grpcurl and grpcui could serve as examples here, with their use of protoreflect.

@bojand
Copy link
Owner Author

bojand commented Feb 5, 2019

Hello this should be implemented now in v0.30.0 and seems to be working from my local (albeit limited) testing. Please feel free to create new issues if you encounter any problems with the feature.

@bojand bojand closed this as completed Feb 5, 2019
@srenatus
Copy link

srenatus commented Feb 5, 2019

Very nice. Works like a charm. Thank you! 😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLI Issues for ghz CLI enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants