Add extension support to tonic reflection server
Open
- Dominant language
- Rust
- Stars
- 12.5k
- Forks
- 1.3k
- Avg merge
- 4d 7h
- Merged PRs (30d)
- 24
Description
## Feature Request
### Crates
* `tonic-reflection`
### Motivation
`grpcurl` requires the reflection server to implement all reflection methods to resolve types, including `all_extension_numbers_of_type`. Since the server does not implement these two methods, grpcurl won't resolve the types.
### Proposal
Can we implement these two methods? This issue is quite important to me so I'm willing to contribute to it.
### Alternatives
Add a flag or crate feature to return an empty response.
Contributor guide
Assessment
This issue has not been assessed yet.