-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
metadata.NewOutgoingContext is undefined #364
Comments
@aaronjwood , may be use 1.2.0 of grpc-gateway? The real fix is, you need the next release of grpc go. grpc/grpc-go#1187 :) |
Thanks, we're working on a vendoring strategy so we'll be sure to catch this. Glad to hear it's fixed in the next release. |
@aaronjwood for clarity, grpc-go introduced an api deprecation and we adopted this in 1.2.2 -- use 1.2.0 if you need to use an older version of grpc-go. The answer is likely update your version of grpc-go. |
For posterity's sake (and googlebot), this sort of issue would likely render as:
Somewhat relatedly, these sorts of errors likely mean you need to re-generate your .pb.gw.go files with a newer grpc-gateway:
|
@aaronjwood perhaps a valuable documentation addition would be a small vendoring guide. Would love to see some shared tips! |
Thanks for the info @tmc! Let me sort out our internal issues at work from this and then I can come back to some sort of vendoring doc :) |
@aaronjwood that'd be awesome! |
I opened #365 to track. |
This breaks programs that link against
grpc-gateway
directly or indirectly (such as etcd-io/etcd#7763)The text was updated successfully, but these errors were encountered: