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
While working on #1122 I found that the gogo generated protobuf types are not forward compatible with the current protobuf API v2 (google.golang.org/protobuf@v1.4.0).
A solution would involve moving away from gogo to the google protobuf.
My concern with this upgrade is the performance of the generated files, what kind of performance should we measure. And, what kind of regression would be a blocker from moving to the new API?
The text was updated successfully, but these errors were encountered:
While working on #1122 I found that the gogo generated protobuf types are not forward compatible with the current protobuf API v2 (google.golang.org/protobuf@v1.4.0).
A solution would involve moving away from gogo to the google protobuf.
My concern with this upgrade is the performance of the generated files, what kind of performance should we measure. And, what kind of regression would be a blocker from moving to the new API?
The text was updated successfully, but these errors were encountered: