Quiz
- What is the context used for?
- Passing metadata between the client and server
- Making calls cancelable
- Specifying a timeout
- All of the above
- What is an interceptor used for?
- Sharing logic across endpoints
- Intercepting malicious data
- What is the potential problem of using compression in gRPC?
- There is no problem
- There is the possibility that the payload gets corrupted
- There is the possibility that the payload gets bigger