Hi Team,
How can I find
right combination of protoc version, protobuf-java, and grpc-java.
can you suggest me this and how can I download it I want to use it in my standalone application.
I will build my own script build protoc and then wamt use GRPC library to send it from client to server.
right now I am facing below issue,
!com.google.protobuf.GeneratedMessageV3.isStringEmpty(userAccountUniqueId_)
Where I am using
protoc-3.19.0-win64 and protobuf-java-3.17.2 jar
In which this isStringEmpty method doees not exist. But protoc is generating this code.