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

feat: gRPC Reflection #60

Merged
merged 1 commit into from
Nov 18, 2023
Merged

feat: gRPC Reflection #60

merged 1 commit into from
Nov 18, 2023

Conversation

kevinmichaelchen
Copy link
Owner

ad-hoc debugging tools can call your gRPC-compatible handlers and print the responses without a copy of the schema.

The exposed reflection API is wire compatible with Google's gRPC implementations, so it works with grpcurl, grpcui, BloomRPC, and many other tools.

Resolves #38

ad-hoc debugging tools can call your gRPC-compatible handlers and print the responses without a copy of the schema.

The exposed reflection API is wire compatible with Google's gRPC implementations, so it works with grpcurl, grpcui, BloomRPC, and many other tools.
@kevinmichaelchen kevinmichaelchen merged commit cc03b2a into main Nov 18, 2023
1 of 2 checks passed
@kevinmichaelchen kevinmichaelchen deleted the reflection branch November 18, 2023 21:47
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.

gRPC Reflection
1 participant