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
I am not sure this is an appropriate place to ask, but I am wondering why would we need to register any of the descriptors into protoregistry? Sorry for this naive question, hope someone kind can explain the fundamental need for registering descriptor types into protoregistry.
The text was updated successfully, but these errors were encountered:
They are necessary for using dynamic schemas that may contain extensions or that may contain message types that are used in payloads of google.protobuf.Any messages.
If you haven't encountered any use for them, then you are not likely doing anything with Protobuf that requires it. So maybe the shorter answer is: for your use case, you possibly don't need to registry descriptors into a registry.
I am not sure this is an appropriate place to ask, but I am wondering why would we need to register any of the descriptors into protoregistry? Sorry for this naive question, hope someone kind can explain the fundamental need for registering descriptor types into protoregistry.
The text was updated successfully, but these errors were encountered: