Completed
Client code (async)
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Teach Your -Microservices- Speak Protocol Buffers with gRPC
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 JSON advantages
- 3 Protocol Buffers?
- 4 Protocol Buffers example
- 5 Why protocol buffers
- 6 Response headers
- 7 Distributed objects
- 8 The 8 Fallacies of distributed computing
- 9 How does it work
- 10 Generate server code
- 11 Implementing the service
- 12 Service code
- 13 Client code (async)
- 14 Timeouts
- 15 Uniform timeout
- 16 Adaptive timeout
- 17 Deadline propagation
- 18 Cancellation
- 19 Backward compatibility
- 20 Success stories