-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
I meet the same issue. #11634
Comments
I use protoc-gen-go v1.3.2 to solve this problem temporarily, please author to upgrade grpc version to 1.27. * As soon as possible, thank you. |
Awaiting merge, follow #11564. |
Any fix for this? I get etcd error
If I downgrade grpc I get other errors from grpc. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 21 days if no further activity occurs. Thank you for your contributions. |
I meet the same issue.
I use the latest version protobuf in https://github.com/protocolbuffers/protobuf/releases
and I go get -u github.com/golang/protobuf/protoc-gen-go
then if I modified to google.golang.org/grpc v1.26.0
protobuf build pb error undefined: grpc.SupportPackageIsVersion6.
if I modified to google.golang.org/grpc v1.27.0
then etcd will report err:
Originally posted by @hesongkang in #11563 (comment)
The text was updated successfully, but these errors were encountered: