-
Notifications
You must be signed in to change notification settings - Fork 666
Get proto key for Any message serialization #1613
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
Comments
The Node libraries do not have an exact equivalent of Regarding the status details information in the |
That means that I need for similar functionality a manually curated map of Thanks for the response. We can close I think, issue should potentially continue in protobuf. |
Before this issue, I have simply never seen any request for this kind of support for including multiple protobuf-serialized messages in metadata. So I don't know of any particular problem with this feature other than a general lack of demand. If this feature is specific to gRPC, which it seems like it might be, it would probably make sense to have the feature request here, and implement the feature in the |
Is your feature request related to a problem? Please describe.
I could not find an API in any of the packages to get a key for a message for
Any
serialization and keys must be curated manually.This becomes extremely helpful when handling status details.
I browsed the generated messages and the only places where the name is used seem to be
dispayName
in debug and registration of symbol via some google lib, which could probably be used for that?Describe the solution you'd like
Java has an API for that, as shown in here:
ProtoUtils.keyForProto
The text was updated successfully, but these errors were encountered: