Need to upgrade the related gRPC dependencies. #124
Labels
exp/beginner
Something most people could solve.
status/accepted
We were able to reproduce the issue and accept to work on it
status/needs-attention
The issue needs more eyes on it, more investigation might be required before accepting/rejecting it
Hi, I have met some grpc errors when I using
dgraph4j: 2.0.2
andprotobuf-java: 3.7.1
.The error:
And the solution is to exclude the old version of grpc dependencies in
dgraph4j
and added the new versions. Fordgraph4j: 2.0.2
version, we could do this atpom.xml
:The detail info about the issue: https://discuss.dgraph.io/t/dgraph4j-using-java-client-connect-to-dgraph-alpha-failed-docker-on-aws-ec2/5829
I think we could upgrade the related dependencies in
dgrap4j
to avoid this same problems.Thanks.
The text was updated successfully, but these errors were encountered: