-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Will tonic ever support message reflection/introspection? #2156
Comments
UPD, prost-reflect is compatible with tonic, may close the issue |
You can use tonic-reflection, it is developed in this repository alongside tonic. |
Afaiu it's meant for only a special purpose of supporting client reflection API, but I need message introspection on server, being able to dynamically inspect incoming fields/values |
I used it for the client reflection, if you need it on the server side I don't know if it can help |
Yeah, the only option is prost-reflect |
Feature Request
Seems message introspection is a widely-used feature in c++/go grpc servers. Do you have plans to introduce message reflection to tonic?
Alternatives
https://github.com/andrewhickman/prost-reflect does allow message reflection, but it seems incompatible with tonic.
The text was updated successfully, but these errors were encountered: