Skip to content

Clement-Jean/grpc-java-course

Repository files navigation

gRPC Java

build master branch Coverage lint protocol buffers Udemy

COUPON: START_AUG

Notes

  • The code you see in this repository might be little different from what you saw in the course videos, this is due to the fact that:

    • I'm testing the code
    • I or a student noticed an error/bug/deprecation after recording
    • Dependencies are evolving faster than I can rerecord

    I do the maximum to keep the main features and the code syntax similar by keeping the edits trivial. However if you do get in a situation where you feel lost, leave an issue on the repository

  • The coverage shown in the badges section only counts the classes that need testing, such as:

    • greeting/server/GreetingServiceImpl
    • calculator/server/CalculatorServiceImpl
    • blog/server/BlogServiceImpl
    • blog/client/BlogClient

    For more information, please check the jacocoTestReport task in build.gradle