grpcui icon indicating copy to clipboard operation
grpcui copied to clipboard

Add possibility to show only fields with non-default values

Open n0v1 opened this issue 5 years ago • 0 comments

It looks like grpcui always displays all fields defined in the proto in the response tab. Would it be possible to make this configurable? We would like to show only fields with non-default values (e.g. values != 0 for int fields) similar to what grpcurl does by default (when not setting -emit-defaults). Is this feasible?

With some guidance on where to look I can try to provide a pull request.

n0v1 avatar Apr 29 '21 14:04 n0v1