grpc / grpc/grpc-java

Reflection service does not consult ExtensionRegistry

Open
#3,836 0 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
Java
Stars
12.1k
Forks
4k
Avg merge
2d 17h
Merged PRs (30d)
37

Description

It just notices extensions that are pulled in from the services themselves. That'll miss most extensions.

We'll probably need to add a getter to `ProtoLiteUtils`.

This may be a good time to add an extra getter/setter to ProtoUtils (that can call `ProtoLiteUtils` for now). It'd be an ExtensionRegistry instead of ExtensionRegistryLite. But at the same time `ExtensionInfo` doesn't provide much more info than a instanceof would provide, and it means going through the immutable/mutable weirdness in the API.

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.