Hello I am just starting with grpc, so please forgive my ignorance. Im sure my issue is probably something very basic.
I have written a service and messages in proto, and it appears to be valid. However when I generate the java, the XXXGrpc.java files have a compilation error to do with @java.lang.Override For example: <https://lh3.googleusercontent.com/-pzBGdswB7mc/Wfb5-NEH0AI/AAAAAAAAG8w/8l80opO8UAYFW-qqBcUGT97yyvKDSAEAwCLcBGAs/s1600/Selection_100.png> In order to implement my client, I end up having to remove the override annotations - which doesnt seem like the right thing to do. My question therefore is, what am I doing wrong? How am I supposed to write a java client, using the generated java code, without having to modify the generated java code? Thanks -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/f3dbd1c0-c003-4c3b-92e3-f8e31b18ed65%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
