tonic icon indicating copy to clipboard operation
tonic copied to clipboard

Add extension support to tonic reflection server

Open fracek opened this issue 3 years ago • 0 comments

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.

fracek avatar Sep 13 '22 11:09 fracek