-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Interop test should use proto3 #1572
Labels
Comments
zhangkun83
added a commit
to zhangkun83/grpc-java
that referenced
this issue
Oct 11, 2017
The check fails in Java-Go interop test because of grpc/grpc-go#1572 Resolves grpc#3562
zhangkun83
added a commit
to zhangkun83/grpc-java
that referenced
this issue
Oct 11, 2017
The check fails in Java-Go interop test because of grpc/grpc-go#1572 Resolves grpc#3562
zhangkun83
added a commit
to grpc/grpc-java
that referenced
this issue
Oct 13, 2017
The check fails in Java-Go interop test because of grpc/grpc-go#1572 This is also needed for the internal gRPC-GFE test. Resolves #3562
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
grpc-go is using proto2 in the interop test, while Java and C++ are both using proto3. Mixing proto2 and proto3 has wire compatibility issues and should be avoided. Go should switch to proto3 in the interop test.
The text was updated successfully, but these errors were encountered: