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
We are trying to use custom options in our application and running into issues under go (golang/protobuf#178). Reading more into the docs I am also seeing that extenstions have been deprecated with proto3, on which custom option currently relies. So I am wondering what the plan is with custom options? Are they still going to be supported going forward (I assume so, as they are being mentioned in the docs)? And if they are supported how would they even work under proto3?
The text was updated successfully, but these errors were encountered:
Custom options are still supported. It's the only place where you can use extensions in proto3. It works the same way as in proto2. Languages that don't support proto2 may provide a special API to access custom options as they don't support extensions.
We are trying to use custom options in our application and running into issues under go (golang/protobuf#178). Reading more into the docs I am also seeing that extenstions have been deprecated with proto3, on which custom option currently relies. So I am wondering what the plan is with custom options? Are they still going to be supported going forward (I assume so, as they are being mentioned in the docs)? And if they are supported how would they even work under proto3?
The text was updated successfully, but these errors were encountered: