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 "list" command #14

Open
jgaskins opened this issue Jun 12, 2024 · 2 comments
Open

Add "list" command #14

jgaskins opened this issue Jun 12, 2024 · 2 comments

Comments

@jgaskins
Copy link
Owner

Reported by @bendangelo here

TODO: Find and link to docs for this command β€” I've never heard of it before πŸ˜„

@bendangelo
Copy link
Contributor

According to these docs. The sever should respond to "list".

https://github.com/fullstorydev/grpcurl

# Server supports reflection
grpcurl localhost:8787 list

@jgaskins
Copy link
Owner Author

That's not gRPC documentation. That's a third-party tool.

Looks like this is related to the concept of "reflection" in gRPC and, according to the gRPC docs, first-party libraries don't enable reflection automatically. I'm down with adding support, but that's an important distinction to make, especially for gRPC APIs exposed outside a VPC.

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

2 participants