grpc / grpc/grpc-rust

Add extension support to tonic reflection server

Open
#1,077 1 comment 1 reaction 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.