Hi all;
it is very painfully i write this message.
Since several days, I try to use gRPC and protobuffer3 (or 2)
the idea is simple:
I have messages (Person with name and birthday year) and service (getAge()) , from a simple client to the server, in JAVA.
I need to use gRPC.
After several days of search, i still don't understand how it's work.
I use 3.0.0 (protoc and librarries), I tried with 2.4.1, 2.5, 2.6.2 ...
Nothing is working, I got some understandable Runtimexception.. some sample on Internet use strange libraries, incompatible with my generates code.
I need help to have a really simple Maven sample, with good versoin of libraries.
can anyone help me ?
Thanks