In this video, I explain the project structure for route guide service, including how to locally run the server. We dive into what protocol buffer messages we would be using in this series for route guide service and see the output of proto compiler along with service definition within proto file.
Finally, we grasp how can we explore our gRPC service using grpcui utility and test a happy and error path scenario.
In this video, you’ll learn:
🔹 Clone repo, setup Java 17 and understand the gradle file dependencies
🔹 Protocol buffer messages used in this example service Point, Rectangle
🔹 Run build and see output of proto compiler
🔹 Explore our service methods using grpc ui
Code: https://github.com/automationhacks/grasp-grpc/tree/a02e9f041062a84f3378378f16ea254ca8cfaf03
Download
0 formats
No download links available.
gRPC Testing | Java + Gradle project setup, Protocol buffer, Test via web UI | NatokHD