You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the reflection service accepts a FileDescriptorSet and announces all services within. A FileDescriptorSet may contain a multitude of services, whereas only some (or likely 1) are served so it should be possible to only announce specific services.
Proposal
Ideally, automatic introspection of which services have actually been added to the Server.
Alternatives
Filter services from the existing FileDescriptorSet based on the NAME of any services that have been added to the Server.
Support an explicit list of services by string or ServiceDescriptorProtos.
Thanks!
The text was updated successfully, but these errors were encountered:
Feature Request
Crates
tonic-reflection
Motivation
Currently the reflection service accepts a
FileDescriptorSet
and announces all services within. AFileDescriptorSet
may contain a multitude of services, whereas only some (or likely 1) are served so it should be possible to only announce specific services.Proposal
Ideally, automatic introspection of which services have actually been added to the
Server
.Alternatives
FileDescriptorSet
based on theNAME
of any services that have been added to theServer
.ServiceDescriptorProto
s.Thanks!
The text was updated successfully, but these errors were encountered: