Quiz
- What is the advantage of using protoc manually?
- No setup needed; you only need to install protoc.
- Shorter generation commands.
- We can both generate Go code and run the application.
- What is the advantage of using Buf?
- No setup needed; you only need to install protoc.
- Shorter generation commands.
- We can both generate Go code and run the application.
- What is the advantage of using Bazel?
- No setup needed; you only need to install protoc.
- Shorter generation commands.
- We can both generate Go code and run the application.
- What is an interceptor?
- An external piece of code that intercepts the payload of the communication
- A piece of code that runs in the server handler
- A piece of code that runs before or after handling or sending a request