grpc-java-course icon indicating copy to clipboard operation
grpc-java-course copied to clipboard

Companion Repository for my gRPC Java course

Results 4 grpc-java-course issues
Sort by recently updated
recently updated
newest added

There is a method, which returns stream response of Blog: ``` public java.util.Iterator listBlog( com.proto.blog.ListBlogRequest request) { return blockingServerStreamingCall( getChannel(), getListBlogMethod(), getCallOptions(), request); } ``` To print each blog one...

Hello Stephane, I'm taking your course right now, and during it just found the approach you use, which in my opinion could be improved. I understand that the course is...

after downloading the github project error on import com.proto.blog.*

/home/jr/Documents/Projetos/grpc-java-course/build/generated/source/proto/main/grpc/com/proto/blog/BlogServiceGrpc.java:20: error: cannot find symbol @javax.annotation.Generated( ^ symbol: class Generated location: package javax.annotation Do you know why I'm getting this error?