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

Feature/grpc reflection #1

Merged
merged 8 commits into from
Apr 26, 2021
Merged

Feature/grpc reflection #1

merged 8 commits into from
Apr 26, 2021

Conversation

joshcarp
Copy link
Owner

@joshcarp joshcarp commented Apr 24, 2021

  • Add gRPC reflection via the grpc.Client().reflect function.
  • Use the reflection API to retrieve method descriptors from service
  • Factor out convertToMethodInfo to convert file descriptors into []MethodInfo and protoreflect.MethodDescriptor. This is used in both Load and Reflect
  • Add samples/grpc_reflection.js example of how to use this new function

Help needed:

  • I don't know how to test this properly, any advice would be appreciated

@joshcarp joshcarp force-pushed the feature/grpc-reflection branch 2 times, most recently from 22fa651 to a811ae3 Compare April 24, 2021 12:16
@joshcarp joshcarp merged commit bfc7c49 into master Apr 26, 2021
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

Successfully merging this pull request may close these issues.

1 participant