From the course: Building Java Microservices with gRPC

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Using the gRPC API: Download utilities

Using the gRPC API: Download utilities

From the course: Building Java Microservices with gRPC

Start my 1-month free trial

Using the gRPC API: Download utilities

- [Instructor] Let us do a quick demo to use the protoc compiler. The first step for this demo will be to download a list of utilities to run the protoc compiler. Please note that I am working with the Windows Operating System. If you're working with Linux or Mac, then you need to download these utilities that are compatible with your OS. The first utility to download is the actual protoc compiler package. There's a link that has been provided on the screen which will drive you to the GitHub project of protocol buffers. Let's click and see where we can download the package from. So if you scroll right down, we see that we have the protoc compiler package for each of the operating systems. I am going to download the one for Windows OS. I have already downloaded this package, unzipped it, and I have placed it on my E drive in a folder called protoc. This is the package that we want. The next step will be to download…

Contents